summaryrefslogtreecommitdiff
path: root/mac
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-20 11:00:46 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-20 11:00:46 +0000
commitcdfc07ddc37a2d029851e7f9c3bf70a69c78cbed (patch)
tree23476b91179b80de4b5c4d7e8acec4764bf60217 /mac
parentfc4064062edff3fedab674e4a601f03a6a906cb9 (diff)
downloademacs-cdfc07ddc37a2d029851e7f9c3bf70a69c78cbed.tar.gz
Fix typo.
Diffstat (limited to 'mac')
-rw-r--r--mac/ChangeLog4
-rw-r--r--mac/src/macterm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index a979dca6ddd..67833b70168 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -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
diff --git a/mac/src/macterm.c b/mac/src/macterm.c
index 3df7ae32ea5..09feea3b373 100644
--- a/mac/src/macterm.c
+++ b/mac/src/macterm.c
@@ -9272,7 +9272,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
}