summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-09 19:08:29 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-09 19:08:29 +0200
commit9ff801e18739ffcdec2e096c8fdda251809b2d46 (patch)
treea29abcccb616f9f51e2b814397516e9522a37f8f
parent77d6f32b4e4abc703cf3387646aba3e748ffcc3c (diff)
downloadATCD-9ff801e18739ffcdec2e096c8fdda251809b2d46.tar.gz
Fixed typo
-rw-r--r--ACE/docs/ACE-FMM.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/docs/ACE-FMM.html b/ACE/docs/ACE-FMM.html
index 5d49631e3b8..4122d84ea14 100644
--- a/ACE/docs/ACE-FMM.html
+++ b/ACE/docs/ACE-FMM.html
@@ -99,7 +99,7 @@
<b>solution</b>
</td>
<td align=left valign=top>
- Move your Task activations and other thread-spawning activites
+ Move your Task activations and other thread-spawning activities
<b>out</b> of the constructor.
</td>
<tr><td colspan=2><hr noshade></td></tr>
@@ -150,10 +150,10 @@
<b>probable cause</b>
</td>
<td align=left valign=top>
- On some platforms, thread ids are numeric, and on some, they aren't. On some
+ On some platforms, thread ids are numeric, and on some, they aren't. On some
implementations, simple a == b comparisons
are legal and sane. Some are not.
-
+
</td>
</tr>
<tr>
@@ -171,7 +171,7 @@
<b>symptom</b>
</td>
<td align=left valign=top>
- ACE_Reactor::run_event_loop() does not seem to function correctly
+ ACE_Reactor::run_event_loop() does not seem to function correctly
for a Reactor created in your application.
</td>
</tr>
@@ -191,7 +191,7 @@
</td>
<td align=left valign=top>
Use the <b>ACE_Reactor::instance(ACE_Reactor *,
- int delete_reactor = 0)</b> static method to install your reactor as the global
+ int delete_reactor = 0)</b> static method to install your reactor as the global
Singleton before calling run_event_loop().
</td>
<tr><td colspan=2><hr noshade></td></tr>