Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShishkinDmitriy committed Oct 4, 2024
1 parent 7241224 commit b778d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ItemControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class ItemControlBaseMany : public MenuItem {
}
concat(buffer, text, buffer);
if (i == current) {
Serial.print("Cuurent widget, buffer=[");
Serial.print("Current widget, buffer=[");
Serial.print(buffer);
Serial.print("], offset=");
Serial.println(controls[i]->getBlinkerOffset());
Expand Down

0 comments on commit b778d2d

Please sign in to comment.