InfiniTime.git

commit 3c5fd5ca8b547cd92a2f8093249a8380483199ff

Author: JF002 <JF002@users.noreply.github.com>

Merge pull request #93 from robertecurtin/master

Fix typo in SystemInfo app.

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


diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index 6ab3df8bc30b2c2bd434530ebe5ceddd9a101ea2..867fdaebf734de941cdc393b1c615f139dc58b91 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));
 }