aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-18 07:11:33 +0000
committerEli Zaretskii2001-06-18 07:11:33 +0000
commitcea2ad762d4179d3f44860bb311f138b99ea6615 (patch)
tree51b1396d09e5c894722cb1d3d08aad541c57da9e /src
parent5a4397191f6380cc087b9f8fb78072f22896284d (diff)
downloademacs-cea2ad762d4179d3f44860bb311f138b99ea6615.tar.gz
emacs-cea2ad762d4179d3f44860bb311f138b99ea6615.zip
Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 1715b08c6d0..c7b8535c480 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -12032,7 +12032,7 @@ xim_open_dpy (dpyinfo, resource_name)
12032#ifdef HAVE_X11R6 12032#ifdef HAVE_X11R6
12033 destroy.callback = xim_destroy_callback; 12033 destroy.callback = xim_destroy_callback;
12034 destroy.client_data = (XPointer)dpyinfo; 12034 destroy.client_data = (XPointer)dpyinfo;
12035 /* This isn't prptotyped in OSF 5.0. */ 12035 /* This isn't prototyped in OSF 5.0. */
12036 XSetIMValues (xim, XNDestroyCallback, &destroy, NULL); 12036 XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
12037#endif 12037#endif
12038 } 12038 }