utils: Spelling fixes

Correct typos of the following word families:

command-line
immediately
extensions
momentarily
mustn't
numbered
bytes
caching

ASTERISK-29714

Change-Id: I8b2b125c5d4d2f9e87a58515c97468ad47ca44f8
This commit is contained in:
Josh Soref
2021-10-30 21:04:32 -04:00
committed by Friendly Automation
parent bf7b327edd
commit 22db079aaf
7 changed files with 9 additions and 9 deletions

View File

@@ -314,7 +314,7 @@ void startstopwatch(void)
/* --------------------------------------------------------------------
Tests the character 'coal' for being a command line option character,
momentarrily '-'.
momentarily '-'.
-------------------------------------------------------------------- */
int isoptionchar (char coal)
{
@@ -885,7 +885,7 @@ void parseargs( int argcount, char *args[], int fileswitch)
/* Problem: what about i/o-file, 32? You might want a header
on that? Better ignore this case. */
break;
case 8: /* An application musn't ask for this */
case 8: /* An application mustn't ask for this */
default: /* This can't happen */
assert( FALSE);
}