summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Clock.h
diff options
context:
space:
mode:
authorDiego Miguel <dmlls@diegomiguel.me>2022-03-02 00:33:27 +0100
committerDiego Miguel <dmlls@diegomiguel.me>2022-06-11 16:56:35 +0200
commit8f54332e5d036e2b13b6764045efcbc0dc169113 (patch)
treec311148c831f447bec175efe724c1934c543de55 /src/displayapp/screens/Clock.h
parentb5fbcf0eee4398b4d5c0fdb7add00b4d2b18691f (diff)
Fix typo
Diffstat (limited to 'src/displayapp/screens/Clock.h')
-rw-r--r--src/displayapp/screens/Clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Clock.h b/src/displayapp/screens/Clock.h
index f929c726..c80aeeb3 100644
--- a/src/displayapp/screens/Clock.h
+++ b/src/displayapp/screens/Clock.h
@@ -48,7 +48,7 @@ namespace Pinetime {
std::unique_ptr<Screen> WatchFaceAnalogScreen();
std::unique_ptr<Screen> WatchFacePineTimeStyleScreen();
std::unique_ptr<Screen> WatchFaceTerminalScreen();
- std::unique_ptr<Screen> WatchFaceIfineatScreen();
+ std::unique_ptr<Screen> WatchFaceInfineatScreen();
};
}
}