summaryrefslogtreecommitdiffstats
path: root/docs/manual/developer
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-17 09:19:18 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-04-17 09:19:18 +0200
commit4c3bf430cc419fcb417a0510dd5b74baa4ee9d2d (patch)
treecdf8c8ab609b630ae96792c3289e91140c5c11a8 /docs/manual/developer
parentreprecussions -> repercussions (diff)
downloadapache2-4c3bf430cc419fcb417a0510dd5b74baa4ee9d2d.tar.xz
apache2-4c3bf430cc419fcb417a0510dd5b74baa4ee9d2d.zip
conditons -> conditions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326960 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r--docs/manual/developer/thread_safety.html.en2
-rw-r--r--docs/manual/developer/thread_safety.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/developer/thread_safety.html.en b/docs/manual/developer/thread_safety.html.en
index 05c1ccbff5..69377694b9 100644
--- a/docs/manual/developer/thread_safety.html.en
+++ b/docs/manual/developer/thread_safety.html.en
@@ -25,7 +25,7 @@
that every function called from Apache be thread safe. When linking in 3rd
party extensions it can be difficult to determine whether the resulting
server will be thread safe. Casual testing generally won't tell you this
- either as thread safety problems can lead to subtle race conditons that
+ either as thread safety problems can lead to subtle race conditions that
may only show up in certain conditions under heavy load.</p>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#variables">Global and static variables</a></li>
diff --git a/docs/manual/developer/thread_safety.xml b/docs/manual/developer/thread_safety.xml
index 4c92753f9e..9ba0bace15 100644
--- a/docs/manual/developer/thread_safety.xml
+++ b/docs/manual/developer/thread_safety.xml
@@ -30,7 +30,7 @@
that every function called from Apache be thread safe. When linking in 3rd
party extensions it can be difficult to determine whether the resulting
server will be thread safe. Casual testing generally won't tell you this
- either as thread safety problems can lead to subtle race conditons that
+ either as thread safety problems can lead to subtle race conditions that
may only show up in certain conditions under heavy load.</p>
</summary>