everywhere: fix typos
Fix a lot of typos
Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
diff --git a/drivers/modem/simcom-sim7080.c b/drivers/modem/simcom-sim7080.c
index dc9c4e5..b81acd9 100644
--- a/drivers/modem/simcom-sim7080.c
+++ b/drivers/modem/simcom-sim7080.c
@@ -918,7 +918,7 @@
}
/*
- * Read manufacurer identification.
+ * Read manufacturer identification.
*/
MODEM_CMD_DEFINE(on_cmd_cgmi)
{
@@ -1283,7 +1283,7 @@
* Get the next parameter from the gnss phrase.
*
* @param src The source string supported on first call.
- * @param delim The delimeter of the parameter list.
+ * @param delim The delimiter of the parameter list.
* @param saveptr Pointer for subsequent parses.
* @return On success a pointer to the parameter. On failure
* or end of string NULL is returned.
@@ -1873,7 +1873,7 @@
return -1;
}
- /* read protocol idenifier */
+ /* read protocol identifier */
target_buf->tp_pid = mdm_pdu_read_byte(pdu, index++);
if (index >= pdu_len) {