comparison src/xterm.c @ 40370:712d604d52eb

Fix typo in a comment.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 27 Oct 2001 09:22:25 +0000
parents c1762ce8905b
children 02365ce6ccc9
comparison
equal deleted inserted replaced
40369:23e0bbeed1fc 40370:712d604d52eb
11877 11877
11878 /* Error message passed to x_connection_closed. */ 11878 /* Error message passed to x_connection_closed. */
11879 11879
11880 static char *error_msg; 11880 static char *error_msg;
11881 11881
11882 /* Function installed as fatal_error_signal_hook.in 11882 /* Function installed as fatal_error_signal_hook in
11883 x_connection_closed. Print the X error message, and exit normally, 11883 x_connection_closed. Print the X error message, and exit normally,
11884 instead of dumping core when XtCloseDisplay fails. */ 11884 instead of dumping core when XtCloseDisplay fails. */
11885 11885
11886 static void 11886 static void
11887 x_fatal_error_signal () 11887 x_fatal_error_signal ()