summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-05-04 17:35:44 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-05-04 17:35:44 +0000
commitb631cbbd3212cb794aa7342176a2487950baedb4 (patch)
tree1c5a15f14912ab6869f63018595236694c41eff8 /include
parent5fec07821a4ecdd86b01b91007e1ca0278e5ed29 (diff)
downloadlibapr-b631cbbd3212cb794aa7342176a2487950baedb4.tar.gz
fix a typo in a comment
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_thread_proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h
index fc9f60e9b..16ae54fea 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -508,7 +508,7 @@ apr_status_t apr_proc_detach(void);
/**
* Register an other_child -- a child which must be kept track of so
- * that the program knows when it has dies or disappeared.
+ * that the program knows when it has died or disappeared.
* @param pid pid is the pid of the child.
* @param maintenance maintenance is a function that is invoked with a
* reason and the data pointer passed here.