docs: Fix typos in apps/

Found via codespell

(cherry picked from commit b877d20d75)
This commit is contained in:
Luz Paz
2025-04-09 09:02:27 -04:00
committed by Asterisk Development Team
parent 27fb18a337
commit ec6b2091eb
20 changed files with 37 additions and 37 deletions

View File

@@ -127,7 +127,7 @@ struct app_cdr_message_payload {
unsigned int reenable:1;
/*! 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;
};