fix typo in comment

This commit is contained in:
Nik Nyby
2016-08-04 16:40:41 -04:00
parent e03c14eeae
commit 5688f8f5cd

View 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);