diff --git a/python_payload/apps/demo_cap_touch/__init__.py b/python_payload/apps/demo_cap_touch/__init__.py
index e2ae20edf0e844034f3eb7e66c5ebfeaca10dab4..715d06e4991c917e40dec33e84998a6049b92655 100644
--- a/python_payload/apps/demo_cap_touch/__init__.py
+++ b/python_payload/apps/demo_cap_touch/__init__.py
@@ -112,7 +112,7 @@ class CapTouchDemo(Application):
                 ctx.text("down: start 3s countdown")
                 pos += 20
                 ctx.move_to(0, pos)
-                ctx.text("left/right: canel")
+                ctx.text("left/right: cancel")
             elif self.state == 2:
                 ctx.text("calibrating in " + str(1 + int(self.timer / 1000)))
             elif self.state == 3: