aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
authorPaul Eggert2011-12-14 13:05:20 -0800
committerPaul Eggert2011-12-14 13:05:20 -0800
commitfac916bfd7f839a654c839dca609d0d75a77846a (patch)
tree814ac4124d77813a777326165c5e234cd4c54132 /src/xselect.c
parent898169a2d88c3538cdfd41feb0b16267165065bd (diff)
downloademacs-fac916bfd7f839a654c839dca609d0d75a77846a.tar.gz
emacs-fac916bfd7f839a654c839dca609d0d75a77846a.zip
Spelling fixes.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c
index f9ebdf730d4..5e5e6a098b6 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -757,7 +757,7 @@ x_reply_selection_request (struct input_event *event,
757 /* The window we're communicating with may have been deleted 757 /* The window we're communicating with may have been deleted
758 in the meantime (that's a real situation from a bug report). 758 in the meantime (that's a real situation from a bug report).
759 In this case, there may be events in the event queue still 759 In this case, there may be events in the event queue still
760 refering to the deleted window, and we'll get a BadWindow error 760 referring to the deleted window, and we'll get a BadWindow error
761 in XTread_socket when processing the events. I don't have 761 in XTread_socket when processing the events. I don't have
762 an idea how to fix that. gerd, 2001-01-98. */ 762 an idea how to fix that. gerd, 2001-01-98. */
763 /* 2004-09-10: XSync and UNBLOCK so that possible protocol errors are 763 /* 2004-09-10: XSync and UNBLOCK so that possible protocol errors are