summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2009-01-29 22:45:47 +0100
committerMikael Magnusson <mikachu@gmail.com>2009-01-29 22:45:47 +0100
commit4145468a1984e1055a947ad957075ae51f70ca9c (patch)
tree923b1d6ae11d4ba0c471779229d2f76642bf4774 /tools
parent90cecafa3de2f118e550622932d1d30266c71226 (diff)
parentd0829d4416d83fda4aa4ec8d5f0a7003b0a7f148 (diff)
Merge branch 'backport' into work
Conflicts: openbox/event.c openbox/frame.c
Diffstat (limited to 'tools')
-rw-r--r--tools/gdm-control/gdm-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gdm-control/gdm-control.c b/tools/gdm-control/gdm-control.c
index b3178e51..db28841d 100644
--- a/tools/gdm-control/gdm-control.c
+++ b/tools/gdm-control/gdm-control.c
@@ -259,7 +259,7 @@ int main(int argc, char **argv)
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;
}