mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-17 10:11:53 +00:00
general: Fix various typos.
ASTERISK-30089 #close Change-Id: I1f5db911fd05a3a211c522c13e990fa1d0e62275
This commit is contained in:
committed by
George Joseph
parent
4cbe12d6d1
commit
bcc18ca9f5
@@ -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);
|
||||
|
Reference in New Issue
Block a user