From 2d5ddb88a74bf9a58788054631179c2aac79f902 Mon Sep 17 00:00:00 2001 From: Robert Curtin Date: Mon, 12 Oct 2020 08:45:41 -0400 Subject: Noticed this typo when booting my PineTime --- src/displayapp/screens/SystemInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/displayapp') diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index 8a3b8dbb..3e00f7de 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -111,6 +111,6 @@ std::unique_ptr SystemInfo::CreateScreen2() { } std::unique_ptr SystemInfo::CreateScreen3() { - strncpy(t3, "Hello from\nthe developper!", 27); + strncpy(t3, "Hello from\nthe developer!", 27); return std::unique_ptr(new Screens::Label(app, t3)); } -- cgit v1.2.3