diff --git a/examples/erase/erase.ino b/examples/erase/erase.ino index 0c650c3..df8671e 100644 --- a/examples/erase/erase.ino +++ b/examples/erase/erase.ino @@ -23,7 +23,7 @@ void setup() // Loop through the 100 positions of the ER1400 for (i = 0; i < 100; i++) { - // Erease the information on position i + // Erase the information on position i er1400.eraseData(i); } }