Skip to content

Commit 074c414

Browse files
committed
typo
1 parent 5069522 commit 074c414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Confirm/Confirm/Confirm.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class confirmExit:public menu {
1919
public:
2020
confirmExit(constMEM menuNodeShadow& shadow):menu(shadow) {}
2121
Used printTo(navRoot &root,bool sel,menuOut& out, idx_t idx,idx_t len,idx_t p) override {
22-
return idx<0?//idx woll be -1 when printing a menu title or a valid index when printing as option
22+
return idx<0?//idx will be -1 when printing a menu title or a valid index when printing as option
2323
menu::printTo(root,sel,out,idx,len,p)://when printing title
2424
out.printRaw((constText*)F("Exit"),len);//when printing as regular option
2525
}

0 commit comments

Comments
 (0)