mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
Everywhere: Fix spelling mistakes
This commit is contained in:
parent
168063819d
commit
10ec98dd38
56 changed files with 90 additions and 90 deletions
|
@ -257,7 +257,7 @@ int main(int argc, char** argv)
|
|||
bool no_source_info = !source_position.has_value();
|
||||
if (no_source_info || source_position.value() != previous_source_position) {
|
||||
if (no_source_info)
|
||||
outln("No source information for current instruction! stoppoing.");
|
||||
outln("No source information for current instruction! stopping.");
|
||||
in_step_line = false;
|
||||
} else {
|
||||
return Debug::DebugSession::DebugDecision::SingleStep;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue