summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceAnalog.h
diff options
context:
space:
mode:
authorJonathan Vander Mey <jonathan@vandermey.ca>2021-06-22 18:34:46 (GMT)
committerGitHub <noreply@github.com>2021-06-22 18:34:46 (GMT)
commitef999e8dd397ea2680e724ea0bd9987a1793a9c1 (patch)
tree7266d85315b3450ec439b8aa46dae9761f4829f2 /src/displayapp/screens/WatchFaceAnalog.h
parent572be3e857f86047926f7ccae5a4197958580f98 (diff)
Fix typo in variable names (#430)
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog.h')
-rw-r--r--src/displayapp/screens/WatchFaceAnalog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h
index 667f624..9622555 100644
--- a/src/displayapp/screens/WatchFaceAnalog.h
+++ b/src/displayapp/screens/WatchFaceAnalog.h
@@ -27,7 +27,7 @@ namespace Pinetime {
Controllers::DateTime& dateTimeController,
Controllers::Battery& batteryController,
Controllers::Ble& bleController,
- Controllers::NotificationManager& notificatioManager,
+ Controllers::NotificationManager& notificationManager,
Controllers::Settings& settingsController);
~WatchFaceAnalog() override;
@@ -79,11 +79,11 @@ namespace Pinetime {
Controllers::DateTime& dateTimeController;
Controllers::Battery& batteryController;
Controllers::Ble& bleController;
- Controllers::NotificationManager& notificatioManager;
+ Controllers::NotificationManager& notificationManager;
Controllers::Settings& settingsController;
void UpdateClock();
};
}
}
-} \ No newline at end of file
+}