1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/at: fix typo 'correspondant' -> 'correspondent'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:03:10 +02:00
parent d0dadb49c0
commit 2f2eeb7a7b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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