Spelling correction
Authenication=>Authentication
This commit is contained in:
parent
f311acaffb
commit
4758d1061e
@ -516,7 +516,7 @@ boolean xf_pre_connect(freerdp* instance)
|
||||
fprintf(stderr, "--authonly, but no -p password. Please provide one.\n");
|
||||
exit(1);
|
||||
}
|
||||
fprintf(stderr, "%s:%d: Authenication only. Don't connect to X.\n", __FILE__, __LINE__);
|
||||
fprintf(stderr, "%s:%d: Authentication only. Don't connect to X.\n", __FILE__, __LINE__);
|
||||
// Avoid XWindows initialization and configuration below.
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user