From: Pavel Janík Date: Fri, 20 Jul 2001 11:00:46 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.0.105~427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdfc07ddc37a2d029851e7f9c3bf70a69c78cbed;p=emacs.git Fix typo. --- 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 + + * src/macterm.c (xim_open_dpy): Fix typo. + 2001-06-26 Andrew Choi * 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 }