summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-01-17 11:05:27 -0600
committerjoeycastillo <joeycastillo@utexas.edu>2023-01-17 11:05:27 -0600
commit12f2d31f98cfc81d1e4ab9365c47aa3038dce4a7 (patch)
treef50a81d8d0d6954147693e4df769cf5258bcb674
parent45cd1dcac118f41e1da2c4a732a3888f41c5bb64 (diff)
downloadSensor-Watch-12f2d31f98cfc81d1e4ab9365c47aa3038dce4a7.tar.gz
Sensor-Watch-12f2d31f98cfc81d1e4ab9365c47aa3038dce4a7.tar.bz2
Sensor-Watch-12f2d31f98cfc81d1e4ab9365c47aa3038dce4a7.zip
typo
-rw-r--r--movement/template/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/template/template.c b/movement/template/template.c
index 8259912b..e03db561 100644
--- a/movement/template/template.c
+++ b/movement/template/template.c
@@ -55,7 +55,7 @@ bool <#watch_face_name#>_face_loop(movement_event_t event, movement_settings_t *
break;
case EVENT_LIGHT_BUTTON_UP:
// You can use the Light button for your own purposes. Note that by default, Movement will also
- // illuminatethe LED in response to EVENT_LIGHT_BUTTON_DOWN; to suppress that behavior, add an
+ // illuminate the LED in response to EVENT_LIGHT_BUTTON_DOWN; to suppress that behavior, add an
// empty case for EVENT_LIGHT_BUTTON_DOWN.
break;
case EVENT_ALARM_BUTTON_UP: