Fix some misspells

Note: in main.cpp there are many dirs similar to Program Files, so tip should be appropriate.
This commit is contained in:
sampletext32 2020-05-19 21:11:53 +03:00 committed by Ivan
parent c47d04fd2f
commit 1a8fb61373
9 changed files with 23 additions and 27 deletions

View file

@ -311,7 +311,7 @@ int main(int argc, char** argv)
{
report_fatal_error("Cannot create RPCS3.log (access denied)."
#ifdef _WIN32
"\nNote that RPCS3 cannot be installed in Program Files or similar directory with limited permissions."
"\nNote that RPCS3 cannot be installed in Program Files or similar directories with limited permissions."
#else
"\nPlease, check RPCS3 permissions in '~/.config/rpcs3'."
#endif