xsel

Program for manipulating the X clipboard
git clone https://git.sinitax.com/kfish/xsel
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 0e971d871d674cf7fab353d03dea0379b31cd898
parent 3254b787c5ea505585f182c32b7aeaf70767309f
Author: Joe Nahmias <jello@debian.org>
Date:   Fri, 28 Jun 2013 00:00:00 +0000

Fix spelling error in debug message

Diffstat:
Mxsel.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xsel.c b/xsel.c @@ -1330,7 +1330,7 @@ change_property (Display * display, Window requestor, Atom property, it->chunk = MIN (it->max_elements, it->nelements - it->offset); /* Wait for that property to get deleted */ - print_debug (D_TRACE, "Waiting on intial property deletion (%s)", + print_debug (D_TRACE, "Waiting on initial property deletion (%s)", get_atom_name (it->property)); return HANDLE_INCOMPLETE;