diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2008-11-23 12:33:20 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-01-29 22:35:56 +0100 |
| commit | cac78e1a7a953899f8b8e9dc5ea1910d2067864d (patch) | |
| tree | a1c2c97be74713ceb364770c307e84baa5a2d9c3 | |
| parent | 2800ee792040c264334fee7ed04741865b84da05 (diff) | |
Typos in error message from gdm-control
| -rw-r--r-- | tools/gdm-control/gdm-control.c | 2 |
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; } |
