summaryrefslogtreecommitdiff
path: root/tools/gdm-control/gdm-control.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gdm-control/gdm-control.c')
-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;
}