docs: Fix typos in apps/

Found via codespell
This commit is contained in:
Luz Paz
2025-04-09 09:02:27 -04:00
parent c9532225f8
commit af49027ccc
21 changed files with 38 additions and 38 deletions

View File

@@ -91,7 +91,7 @@ struct app_cdr_message_payload {
const char *channel_name;
/*! Reset the CDR */
unsigned int reset:1;
/*! If reseting the CDR, keep the variables */
/*! If resetting the CDR, keep the variables */
unsigned int keep_variables:1;
};