aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-12 22:32:20 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-12 22:32:20 +0000
commit13a8a1bbe368fb7ac5c81ec8ecd24889c686f536 (patch)
tree68f8745b6ad312ba23d4b421129fd49240678a90 /include/asterisk/app.h
parent8b74d85e189dd7a49171e1aa740dc45baf8b64b4 (diff)
Fix various spelling mistakes in comments.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48417 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/app.h')
-rw-r--r--include/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index f3baf04b3..d12b6b6b9 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -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*().