docs: Fix typos in apps/

Found via codespell

(cherry picked from commit af49027ccc)
This commit is contained in:
Luz Paz
2025-04-09 09:02:27 -04:00
committed by Asterisk Development Team
parent f5d8181eea
commit ce144276ee
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;
};