]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 18 Jun 2001 07:11:33 +0000 (07:11 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 18 Jun 2001 07:11:33 +0000 (07:11 +0000)
src/xterm.c

index 1715b08c6d011cd10be8616665fc9dc8a93a833d..c7b8535c4808443c3ea891552fd8cb802328e56a 100644 (file)
@@ -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
     }