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

@@ -121,7 +121,7 @@ extern void makewavheader( void);
/* --------------------------------------------------------------------
Tests the character 'coal' for being a command line option character,
momentarrily '/' or '-'.
momentarily '/' or '-'.
-------------------------------------------------------------------- */
extern int isoptionchar (char coal);
@@ -175,7 +175,7 @@ extern int parseintarg( int argcount, char *args[], char *string,
that does not start with the optionchar. The filename is copied to
newly allocated memory, a pointer to which is returned.
The argument is marked as used. Therefore repeated use of this function
will yield a complete list of filenames on the commandline.
will yield a complete list of filenames on the command-line.
If malloc() fails, the function does not return.
-------------------------------------------------------------------- */
extern char *parsefilearg( int argcount, char *args[]);