Skip to content
Snippets Groups Projects
Verified Commit c729efb4 authored by dos's avatar dos
Browse files

demo_cap_touch: Fix a typo

parent bb82519b
Branches
Tags
No related merge requests found
...@@ -112,7 +112,7 @@ class CapTouchDemo(Application): ...@@ -112,7 +112,7 @@ class CapTouchDemo(Application):
ctx.text("down: start 3s countdown") ctx.text("down: start 3s countdown")
pos += 20 pos += 20
ctx.move_to(0, pos) ctx.move_to(0, pos)
ctx.text("left/right: canel") ctx.text("left/right: cancel")
elif self.state == 2: elif self.state == 2:
ctx.text("calibrating in " + str(1 + int(self.timer / 1000))) ctx.text("calibrating in " + str(1 + int(self.timer / 1000)))
elif self.state == 3: elif self.state == 3:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment