general: Fix various typos.

ASTERISK-30089 #close

Change-Id: I1f5db911fd05a3a211c522c13e990fa1d0e62275
This commit is contained in:
Naveen Albert
2022-06-01 00:49:12 +00:00
committed by George Joseph
parent 4cbe12d6d1
commit bcc18ca9f5
16 changed files with 30 additions and 30 deletions

View File

@@ -297,7 +297,7 @@ int daemon(int, int); /* defined in libresolv of all places */
#define NUM_MSGS 64
/*! Displayed copyright tag */
#define COPYRIGHT_TAG "Copyright (C) 1999 - 2021, Sangoma Technologies Corporation and others."
#define COPYRIGHT_TAG "Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others."
/*! \brief Welcome message when starting a CLI interface */
#define WELCOME_MESSAGE \
@@ -3571,7 +3571,7 @@ int main(int argc, char *argv[])
}
ast_mainpid = getpid();
/* Process command-line options that effect asterisk.conf load. */
/* Process command-line options that affect asterisk.conf load. */
while ((c = getopt(argc, argv, getopt_settings)) != -1) {
switch (c) {
case 'X':
@@ -4082,7 +4082,7 @@ static void asterisk_daemon(int isroot, const char *runuser, const char *rungrou
load_astmm_phase_1();
/* Check whether high prio was succesfully set by us or some
/* Check whether high prio was successfully set by us or some
* other incantation. */
if (has_priority()) {
ast_set_flag(&ast_options, AST_OPT_FLAG_HIGH_PRIORITY);