AU/EN -> US spelling

* Fix spelling
This commit is contained in:
abraunegg 2018-07-16 09:54:29 +10:00
parent e5d3d18618
commit 9417e777ce

View file

@ -198,7 +198,7 @@ int main(string[] args)
} catch (OneDriveException e) {
if (e.httpStatusCode == 400 || e.httpStatusCode == 401) {
// Authorization is invalid
log.log("\nAuthorisation token invalid, use --logout to authorize the client again\n");
log.log("\nAuthorization token invalid, use --logout to authorize the client again\n");
onedrive.http.shutdown();
return EXIT_FAILURE;
}