Skip to content

Commit c8c50c6

Browse files
authored
Merge pull request #386 from davidbradway/patch-1
Typo fix
2 parents 2cf99a1 + 88c45ba commit c8c50c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ result Menu::inaction(menuOut& o,idleEvent) {
1515

1616
result Menu::maxDepthError(menuOut& o,idleEvent e) {
1717
trace(MENU_DEBUG_OUT<<"maxDepthError"<<endl);
18-
o.print("Error: maxDepth reached!\n\rincrease maxDepth on your scketch.");
18+
o.print("Error: maxDepth reached!\n\rincrease maxDepth on your sketch.");
1919
return proceed;
2020
}
2121

0 commit comments

Comments
 (0)