Commit a60436b4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 77beab3f
...@@ -2897,7 +2897,7 @@ static int X11ErrorHandler( Display * display, XErrorEvent * event ) ...@@ -2897,7 +2897,7 @@ static int X11ErrorHandler( Display * display, XErrorEvent * event )
switch( event->request_code ) switch( event->request_code )
{ {
case X_SetInputFocus: case X_SetInputFocus:
/* Ingnore errors on XSetInputFocus() /* Ignore errors on XSetInputFocus()
* (they happen when a window is not yet mapped) */ * (they happen when a window is not yet mapped) */
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment