diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-10-18 15:50:20 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-18 15:50:20 (GMT) |
| commit | 3c5fd5ca8b547cd92a2f8093249a8380483199ff (patch) | |
| tree | 86926a3c53a527689c2b57e9d6304bda141f8530 /src/displayapp/screens | |
| parent | c655ec71f08487ad520e3bc3b82e06b5d4bbc8df (diff) | |
| parent | 2d5ddb88a74bf9a58788054631179c2aac79f902 (diff) | |
Merge pull request #93 from robertecurtin/master
Fix typo in SystemInfo app.
Diffstat (limited to 'src/displayapp/screens')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index 6ab3df8..867fdae 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -111,6 +111,6 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen2() { } 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)); } |
