diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-06-18 07:11:33 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-06-18 07:11:33 +0000 |
commit | cea2ad762d4179d3f44860bb311f138b99ea6615 (patch) | |
tree | 51b1396d09e5c894722cb1d3d08aad541c57da9e /src | |
parent | 5a4397191f6380cc087b9f8fb78072f22896284d (diff) | |
download | emacs-cea2ad762d4179d3f44860bb311f138b99ea6615.tar.gz |
Fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/xterm.c | 2 |
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) #ifdef HAVE_X11R6 destroy.callback = xim_destroy_callback; destroy.client_data = (XPointer)dpyinfo; - /* This isn't prptotyped in OSF 5.0. */ + /* This isn't prototyped in OSF 5.0. */ XSetIMValues (xim, XNDestroyCallback, &destroy, NULL); #endif } |