From 2f2eeb7a7bdfca6601ddd2552e92c9189c1ac85e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 2 Oct 2020 08:03:10 +0200 Subject: [PATCH] drivers/at: fix typo 'correspondant' -> 'correspondent' --- drivers/include/at.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/at.h b/drivers/include/at.h index eaba93e8ab..29236a1602 100644 --- a/drivers/include/at.h +++ b/drivers/include/at.h @@ -32,7 +32,7 @@ * application. This allows to @ref at_add_urc "register" and * @ref at_remove_urc "de-register" URC strings to check. Later, * @ref at_process_urc can be called to check if any of the registered URCs have - * been detected. If a registered URC has been detected the correspondant + * been detected. If a registered URC has been detected the correspondent * @ref at_urc_t::cb "callback function" is called. The mode of operation * requires that the user of the module processes periodically the URCs. *