all repos — openbox @ cac78e1a7a953899f8b8e9dc5ea1910d2067864d

openbox fork - make it a bit more like ryudo

Typos in error message from gdm-control
Mikael Magnusson mikachu@gmail.com
commit

cac78e1a7a953899f8b8e9dc5ea1910d2067864d

parent

2800ee792040c264334fee7ed04741865b84da05

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tools/gdm-control/gdm-control.ctools/gdm-control/gdm-control.c

@@ -259,7 +259,7 @@

d = XDisplayName(NULL); if (!d) { fprintf(stderr, - "Unable to fina an X display specified by the DISPLAY " + "Unable to find the X display specified by the DISPLAY " "environment variable. Ensure that it is set correctly."); return 1; }