Mercurial > emacs
changeset 38094:d65ad759dc22
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 18 Jun 2001 07:11:33 +0000 |
parents | 06cfc79202d7 |
children | 7b6797bc61ef |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Mon Jun 18 07:02:50 2001 +0000 +++ b/src/xterm.c Mon Jun 18 07:11:33 2001 +0000 @@ -12032,7 +12032,7 @@ #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 }