Spelling correction

Authenication=>Authentication
This commit is contained in:
Kevin Dalley 2012-12-01 16:15:09 -08:00
parent f311acaffb
commit 4758d1061e

View File

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