]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Spelling fixes #1
authorStefan Knoblich <stkn@freeswitch.org>
Mon, 7 Jan 2008 10:45:06 +0000 (10:45 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Mon, 7 Jan 2008 10:45:06 +0000 (10:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7119 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch.c

index 087f7c862661858c9d165471f0d15b10e97c73d2..b6b8de83612866f997629f728887eb9830d58039 100644 (file)
@@ -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;
        }