mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
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:
committed by
Friendly Automation
parent
bf7b327edd
commit
22db079aaf
@@ -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[]);
|
||||
|
Reference in New Issue
Block a user