diff options
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h index 5485e3c..cb99afd 100644 --- a/src/storage.h +++ b/src/storage.h @@ -61,7 +61,7 @@ class Storage { /** * Checks whether the EEPROM contains animathion data. * - * @return true if the EEPROm contains valid-looking data + * @return true if the EEPROM contains valid-looking data */ bool hasData(); |