diff --git a/examples/readSmsAndFilterNumber/readSmsAndFIlterNumber.ino b/examples/readSmsAndFilterNumber/readSmsAndFIlterNumber.ino index 85b5aa7..217fd8e 100644 --- a/examples/readSmsAndFilterNumber/readSmsAndFIlterNumber.ino +++ b/examples/readSmsAndFilterNumber/readSmsAndFIlterNumber.ino @@ -39,7 +39,7 @@ #include #include //is necesary for the library!! Sim800l Sim800l; //to declare the library -String text; // to almacenate the text of the sms +String text; // to storage the text of the sms uint8_t index; // to indicate the message to read. String textSms,numberSms;