From 2ca370b52f621ea92258f8b05d138db89335c294 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Mon, 7 Jan 2008 10:45:06 +0000 Subject: [PATCH] Spelling fixes #1 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7119 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }