summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
diff options
context:
space:
mode:
authorSintendo <3380580+Sintendo@users.noreply.github.com>2026-01-17 19:02:37 +0100
committerSintendo <3380580+Sintendo@users.noreply.github.com>2026-01-17 20:11:38 +0100
commit1e0473e44f5e21558d75b0121bd935bb50825c26 (patch)
tree09ddd41f1d76589db003550271f2a74d58b271ab /Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
parent9ec1d70f513a3e71b64fe08f7ba4e52df3d060a2 (diff)
Fix various typos and spelling mistakes
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp')
-rw-r--r--Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
index abbf59c4ce..083ff636ef 100644
--- a/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
+++ b/Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp
@@ -676,7 +676,7 @@ void CodeViewWidget::OnContextMenu()
auto* note = m_ppc_symbol_db.GetNoteFromAddr(addr);
note_edit_action->setEnabled(note != nullptr);
- // A note cannot be added ontop of the starting address of another note.
+ // A note cannot be added on top of the starting address of another note.
if (note != nullptr && note->address == addr)
note_add_action->setEnabled(false);