From cac78e1a7a953899f8b8e9dc5ea1910d2067864d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 23 Nov 2008 12:33:20 +0100 Subject: [PATCH] Typos in error message from gdm-control --- tools/gdm-control/gdm-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gdm-control/gdm-control.c b/tools/gdm-control/gdm-control.c index b3178e5..db28841 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; } -- 1.9.1