Typos in error message from gdm-control
This commit is contained in:
parent
2800ee7920
commit
cac78e1a7a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue