Noticed this typo when booting my PineTime

This commit is contained in:
Robert Curtin 2020-10-12 08:45:41 -04:00
parent bb72712d37
commit 2d5ddb88a7

View file

@ -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));
}