From cea2ad762d4179d3f44860bb311f138b99ea6615 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 18 Jun 2001 07:11:33 +0000 Subject: [PATCH] Fix a typo in a comment. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.2