From: Juanma Barranquero Date: Fri, 17 Jun 2005 01:06:04 +0000 (+0000) Subject: (lisp_data_to_selection_data): Fix spelling. X-Git-Tag: emacs-pretest-22.0.90~8855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e816df5957867928ad8a6644e057eb9df061a0d;p=emacs.git (lisp_data_to_selection_data): Fix spelling. --- diff --git a/src/xselect.c b/src/xselect.c index a49b6b89ee4..6c722d9d02c 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -2031,7 +2031,7 @@ lisp_data_to_selection_data (display, obj, /* Use sizeof(long) even if it is more than 32 bits. See comment in x_get_window_property and x_fill_property_data. */ - + if (*format_ret == 32) data_size = sizeof(long); *data_ret = (unsigned char *) xmalloc (*size_ret * data_size); for (i = 0; i < *size_ret; i++) @@ -2045,7 +2045,7 @@ lisp_data_to_selection_data (display, obj, } else Fsignal (Qerror, /* Qselection_error */ - Fcons (build_string ("unrecognised selection data"), + Fcons (build_string ("unrecognized selection data"), Fcons (obj, Qnil))); *type_ret = symbol_to_x_atom (dpyinfo, display, type); @@ -2832,7 +2832,7 @@ are ignored. */) when sending to the root window. */ event.xclient.window = to_root ? FRAME_OUTER_WINDOW (f) : wdest; - + memset (event.xclient.data.b, 0, sizeof (event.xclient.data.b)); x_fill_property_data (dpyinfo->display, values, event.xclient.data.b, event.xclient.format);