summaryrefslogtreecommitdiff
path: root/asterisk.c
diff options
context:
space:
mode:
authorBJ Weschke <bweschke@btwtech.com>2006-01-16 17:37:44 +0000
committerBJ Weschke <bweschke@btwtech.com>2006-01-16 17:37:44 +0000
commit3854a2438eb6d2c3da025b56a6356b9f8f2675b9 (patch)
tree80f337eb9a8d919baeff96278917fd2719df4c14 /asterisk.c
parentfa07ae94ec5829b8c8aa2b22a1f0d586eafd835e (diff)
Spelling corrections (mostly in comments and doxygen areas) #6249
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8100 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'asterisk.c')
-rw-r--r--asterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asterisk.c b/asterisk.c
index a238baea0..ca75659ed 100644
--- a/asterisk.c
+++ b/asterisk.c
@@ -1940,7 +1940,7 @@ static void ast_readconfig(void) {
/* Run as console (-c at startup, implies nofork) */
} else if (!strcasecmp(v->name, "console")) {
ast_set2_flag(&ast_options, ast_true(v->value), AST_OPT_FLAG_CONSOLE);
- /* Run with highg priority if the O/S permits (-p at startup) */
+ /* Run with high priority if the O/S permits (-p at startup) */
} else if (!strcasecmp(v->name, "highpriority")) {
ast_set2_flag(&ast_options, ast_true(v->value), AST_OPT_FLAG_HIGH_PRIORITY);
/* Initialize RSA auth keys (IAX2) (-i at startup) */