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. *