mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
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:
parent
4ecb06c901
commit
dabb2cc9a0
21 changed files with 68 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue