]> git.earman.xyz Git - sensor-watch.git/commitdiff
typo
authorjoeycastillo <joeycastillo@utexas.edu>
Tue, 17 Jan 2023 17:05:27 +0000 (11:05 -0600)
committerjoeycastillo <joeycastillo@utexas.edu>
Tue, 17 Jan 2023 17:05:27 +0000 (11:05 -0600)
movement/template/template.c

index 8259912b336eb454e9d9b82bf8cac36a98ae43a2..e03db561f6628541271371c0628f040d05517bf8 100644 (file)
@@ -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: