Typos in error message from gdm-control

This commit is contained in:
Mikael Magnusson 2008-11-23 12:33:20 +01:00
parent 2800ee7920
commit cac78e1a7a

View file

@ -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;
}