Fix typos, improve consistency

Fixes typos where spelling or grammar is objectively wrong.
Changes wording and capitalization in some areas to be more consistent with other areas.
This commit is contained in:
Talkashie 2023-07-28 05:09:06 -05:00 committed by GitHub
parent 4ecb06c901
commit dabb2cc9a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 68 additions and 68 deletions

View file

@ -214,7 +214,7 @@ void hid_pad_handler<Device>::update_devices()
{
hid_log.error("One or more %s pads were detected but couldn't be interacted with directly", m_type);
#if defined(_WIN32) || defined(__linux__)
hid_log.error("Check https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration for intructions on how to solve this issue");
hid_log.error("Check https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration for instructions on how to solve this issue");
#endif
}
else