aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-16 17:37:44 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-16 17:37:44 +0000
commit4e83a000aad112d8802526b0105a673006afde91 (patch)
tree80f337eb9a8d919baeff96278917fd2719df4c14 /asterisk.c
parent4bd6f6590263e339b0091d0279594d55fc22069e (diff)
Spelling corrections (mostly in comments and doxygen areas) #6249
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8100 f38db490-d61c-443f-a65b-d21fe96a405b
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) */