diff --git a/src/Screen.h b/src/Screen.h index 3aedf4f2..684b3639 100644 --- a/src/Screen.h +++ b/src/Screen.h @@ -221,7 +221,7 @@ public: */ void insertChars(int n); /** - * Repeat the preceeding graphic character @n times, including SPACE. + * Repeat the preceding graphic character @n times, including SPACE. * If @n is 0 then the character is repeated once. */ void repeatChars(int n);