InfiniTime.git

commit 2d5ddb88a74bf9a58788054631179c2aac79f902

Author: Robert Curtin <robertecurtin@gmail.com>

Noticed this typo when booting my PineTime

 src/displayapp/screens/SystemInfo.cpp | 2 +-


diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index 8a3b8dbb7bc095bade7616fdbe1f5498d5c6aadf..3e00f7decff6700b9f1f69bbb4189ae2984d6181 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -111,6 +111,6 @@   return std::unique_ptr(new Screens::Label(app, t2));
 }
 
 std::unique_ptr<Screen> SystemInfo::CreateScreen3() {
-  strncpy(t3, "Hello from\nthe developper!", 27);
+  strncpy(t3, "Hello from\nthe developer!", 27);
   return std::unique_ptr<Screen>(new Screens::Label(app, t3));
 }