Fix various typos
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
This commit is contained in:
parent
7f45538eb5
commit
03a510bd18
21 changed files with 45 additions and 45 deletions
|
|
@ -35,7 +35,7 @@ namespace Pinetime {
|
|||
|
||||
private:
|
||||
T value {}; // NSDMI - default initialise type
|
||||
bool isUpdated {true}; // NSDMI - use brace initilisation
|
||||
bool isUpdated {true}; // NSDMI - use brace initialisation
|
||||
};
|
||||
|
||||
class Screen {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue