[PR #559] [MERGED] Fix general typos #1635

Closed
opened 2026-02-27 21:13:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/559
Author: @LeDragoX
Created: 8/24/2024
Status: Merged
Merged: 8/26/2024
Merged by: @raphaelthegreat

Base: mainHead: fix-typo


📝 Commits (1)

📊 Changes

27 files changed (+61 additions, -61 deletions)

View changed files

📝 CMakeLists.txt (+1 -1)
📝 scripts/aerolib.inl (+2 -2)
📝 scripts/ps4_names.txt (+2 -2)
📝 src/common/config.cpp (+4 -4)
📝 src/common/config.h (+4 -4)
📝 src/common/debug.h (+1 -1)
📝 src/core/aerolib/aerolib.inl (+2 -2)
📝 src/core/aerolib/stubs.cpp (+1 -1)
📝 src/core/file_format/pkg.cpp (+2 -2)
📝 src/core/file_sys/fs.cpp (+1 -1)
📝 src/core/file_sys/fs.h (+2 -2)
📝 src/core/libraries/app_content/app_content.cpp (+4 -4)
📝 src/core/libraries/app_content/app_content.h (+2 -2)
📝 src/core/libraries/kernel/file_system.cpp (+1 -1)
📝 src/core/libraries/videoout/driver.cpp (+1 -1)
📝 src/core/linker.cpp (+6 -6)
📝 src/core/memory.cpp (+1 -1)
📝 src/qt_gui/game_list_utils.h (+1 -1)
📝 src/qt_gui/main_window.cpp (+14 -14)
📝 src/shader_recompiler/backend/spirv/emit_spirv_context_get_set.cpp (+2 -2)

...and 7 more files

📄 Description

After seeing it was not that complicated, the scope of this PR will be at fixing all the typos found inside the src folder.

Like fixing this typo presented here (visilibity -> visibility)
github.com/shadps4-emu/shadPS4@243fd0be78/src/core/linker.cpp (L187-L189)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/559 **Author:** [@LeDragoX](https://github.com/LeDragoX) **Created:** 8/24/2024 **Status:** ✅ Merged **Merged:** 8/26/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `fix-typo` --- ### 📝 Commits (1) - [`85d20e9`](https://github.com/shadps4-emu/shadPS4/commit/85d20e95ba073c9bbf372513e11a4a32ba358920) fix typo in LOG_INFO ### 📊 Changes **27 files changed** (+61 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -1) 📝 `scripts/aerolib.inl` (+2 -2) 📝 `scripts/ps4_names.txt` (+2 -2) 📝 `src/common/config.cpp` (+4 -4) 📝 `src/common/config.h` (+4 -4) 📝 `src/common/debug.h` (+1 -1) 📝 `src/core/aerolib/aerolib.inl` (+2 -2) 📝 `src/core/aerolib/stubs.cpp` (+1 -1) 📝 `src/core/file_format/pkg.cpp` (+2 -2) 📝 `src/core/file_sys/fs.cpp` (+1 -1) 📝 `src/core/file_sys/fs.h` (+2 -2) 📝 `src/core/libraries/app_content/app_content.cpp` (+4 -4) 📝 `src/core/libraries/app_content/app_content.h` (+2 -2) 📝 `src/core/libraries/kernel/file_system.cpp` (+1 -1) 📝 `src/core/libraries/videoout/driver.cpp` (+1 -1) 📝 `src/core/linker.cpp` (+6 -6) 📝 `src/core/memory.cpp` (+1 -1) 📝 `src/qt_gui/game_list_utils.h` (+1 -1) 📝 `src/qt_gui/main_window.cpp` (+14 -14) 📝 `src/shader_recompiler/backend/spirv/emit_spirv_context_get_set.cpp` (+2 -2) _...and 7 more files_ </details> ### 📄 Description After seeing it was not that complicated, the scope of this PR will be at fixing all the typos found inside the `src` folder. Like fixing this typo presented here (visi**libi**ty -> visi**bili**ty) https://github.com/shadps4-emu/shadPS4/blob/243fd0be78d2a7abd1b2b8165c2be2da36d93652/src/core/linker.cpp#L187-L189 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1635
No description provided.