From 3854a2438eb6d2c3da025b56a6356b9f8f2675b9 Mon Sep 17 00:00:00 2001 From: BJ Weschke Date: Mon, 16 Jan 2006 17:37:44 +0000 Subject: 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 --- asterisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asterisk.c') 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) */ -- cgit v1.2.3