From: Eli Zaretskii Date: Mon, 18 Jun 2001 07:11:33 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.104~230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cea2ad762d4179d3f44860bb311f138b99ea6615;p=emacs.git Fix a typo in a comment. --- diff --git a/src/xterm.c b/src/xterm.c index 1715b08c6d0..c7b8535c480 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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 }