diff src/xmenu.c @ 56848:7201186afcb7

Fix typo in comment string.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 30 Aug 2004 20:31:09 +0000
parents 6079dd23b546
children dc35c2e20d41 0e38a1bd20a8 3219f94257bc
line wrap: on
line diff
--- a/src/xmenu.c	Mon Aug 30 20:14:21 2004 +0000
+++ b/src/xmenu.c	Mon Aug 30 20:31:09 2004 +0000
@@ -1788,7 +1788,7 @@
   return first_wv;
 }
 
-/* Walk through thw widget_value tree starting at FIRST_WV and update
+/* Walk through the widget_value tree starting at FIRST_WV and update
    the char * pointers from the corresponding lisp values.
    We do this after building the whole tree, since GC may happen while the
    tree is constructed, and small strings are relocated.  So we must wait