From 8179f8dda7d94d32984722ce79ade2ac684d3656 Mon Sep 17 00:00:00 2001 From: lrgg Date: Tue, 29 Oct 2019 15:24:09 +0100 Subject: [PATCH] Update ATParser.h --- ATParser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.