# HG changeset patch # User Eli Zaretskii # Date 992848293 0 # Node ID d65ad759dc22d29020e7cf59c33125181e532f07 # Parent 06cfc79202d7c934f3485924d2846f97d5fc808a Fix a typo in a comment. diff -r 06cfc79202d7 -r d65ad759dc22 src/xterm.c --- 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 }