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
commit77fbee7c673b273c0d529452957a2b0da77b07c3 (patch)
tree4841d3a3e14c5c123c03666e4be347b2ed24f3a5 /mac
parent7bfc335aef7bd4bf1d2f1447f8a6789a68f7cead (diff)
downloademacs-77fbee7c673b273c0d529452957a2b0da77b07c3.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
}