]> granicus.if.org Git - apache/commitdiff
conditons -> conditions
authorDaniel Gruno <humbedooh@apache.org>
Tue, 17 Apr 2012 07:19:18 +0000 (07:19 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Tue, 17 Apr 2012 07:19:18 +0000 (07:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326960 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/thread_safety.html.en
docs/manual/developer/thread_safety.xml

index 05c1ccbff58751451e8c167157c6601ae5dffc62..69377694b9c39d97571aea645ba7e36e04cc2343 100644 (file)
@@ -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>
index 4c92753f9e9e3926f27dc2252a50837ee5862d60..9ba0bace15c46c942e2c13532fbd9066edf235d2 100644 (file)
@@ -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>