]> granicus.if.org Git - nethack/commitdiff
fix typo in comment
authorNik Nyby <nnyby@columbia.edu>
Thu, 4 Aug 2016 20:40:41 +0000 (16:40 -0400)
committerNik Nyby <nnyby@columbia.edu>
Thu, 4 Aug 2016 20:40:41 +0000 (16:40 -0400)
win/X11/winX.c

index 25229541a24e98d96623bea849ca226dd014b3db..bba84f6c4aaed587a8e6a306bf7552819f7dee22 100644 (file)
@@ -2292,7 +2292,7 @@ void
 nh_XtPopup(w, g, childwid)
 Widget w;        /* widget */
 int g;           /* type of grab */
-Widget childwid; /* child to recieve focus (can be None) */
+Widget childwid; /* child to receive focus (can be None) */
 {
     XtPopup(w, (XtGrabKind) g);
     XSetWMProtocols(XtDisplay(w), XtWindow(w), &wm_delete_window, 1);