diff --git a/ATParser.h b/ATParser.h index dbcd579..5f42cd4 100644 --- a/ATParser.h +++ b/ATParser.h @@ -176,9 +176,9 @@ class ATParser bool vsend(const char *command, va_list args); /** - * Recieve an AT response + * Receive an AT response * - * Recieves a formatted response using scanf style formatting + * Receives a formatted response using scanf style formatting * @see ::scanf * * Responses are parsed line at a time using the specified delimiter.