From: Stefan Knoblich Date: Mon, 7 Jan 2008 10:45:06 +0000 (+0000) Subject: Spelling fixes #1 X-Git-Tag: v1.0-rc1~781 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca370b52f621ea92258f8b05d138db89335c294;p=thirdparty%2Ffreeswitch.git Spelling fixes #1 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7119 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch.c b/src/switch.c index 087f7c8626..b6b8de8361 100644 --- a/src/switch.c +++ b/src/switch.c @@ -400,7 +400,7 @@ int main(int argc, char *argv[]) } if (apr_initialize() != SWITCH_STATUS_SUCCESS) { - fprintf(stderr, "FATAL ERROR! Could not initilize APR\n"); + fprintf(stderr, "FATAL ERROR! Could not initialize APR\n"); return 255; } @@ -466,7 +466,7 @@ int main(int argc, char *argv[]) switch_file_write(fd, pid_buffer, &pid_len); if (switch_core_init_and_modload(flags, nc ? SWITCH_FALSE : SWITCH_TRUE, &err) != SWITCH_STATUS_SUCCESS) { - fprintf(stderr, "Cannot Initilize [%s]\n", err); + fprintf(stderr, "Cannot Initialize [%s]\n", err); return 255; }