mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +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
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user