Spelling fixes #1

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7119 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Stefan Knoblich 2008-01-07 10:45:06 +00:00
parent 2b952d389e
commit 2ca370b52f
1 changed files with 2 additions and 2 deletions

View 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;
}