Fix various spelling mistakes in comments.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48417 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-12-12 22:32:20 +00:00
parent 4490b5710d
commit 666d526aad
4 changed files with 20 additions and 21 deletions

View File

@@ -127,7 +127,7 @@ int ast_safe_system(const char *s);
* Normally, Asterisk has a SIGCHLD handler that is cleaning up all zombie
* processes from forking elsewhere in Asterisk. However, if you want to
* wait*() on the process to retrieve information about it's exit status,
* then this signal handler needs to be temporaraly replaced.
* then this signal handler needs to be temporarily replaced.
*
* Code that executes this function *must* call ast_unreplace_sigchld()
* after it is finished doing the wait*().