changeset 38508:a280ecd33b5a

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 20 Jul 2001 11:00:46 +0000
parents e4f3f97952c0
children 59acf1c91dd2
files mac/ChangeLog mac/src/macterm.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/ChangeLog	Fri Jul 20 10:55:50 2001 +0000
+++ b/mac/ChangeLog	Fri Jul 20 11:00:46 2001 +0000
@@ -1,3 +1,7 @@
+2001-07-20  Pavel Janík  <Pavel@Janik.cz>
+
+	* src/macterm.c (xim_open_dpy): Fix typo.
+
 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
 
 	* README: Change references to SourceForge site to
--- a/mac/src/macterm.c	Fri Jul 20 10:55:50 2001 +0000
+++ b/mac/src/macterm.c	Fri Jul 20 11:00:46 2001 +0000
@@ -9272,7 +9272,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
     }