summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-01 10:54:12 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-01 10:54:12 +0200
commit28c25159e2e5843300e0048312824a927acb38ad (patch)
treee83533fd2a0d3c3010e351e2578d66baaaeacdbb /TAO/docs
parent6c6cdbfe85c2eda6ebe854429db7b4993654641c (diff)
downloadATCD-28c25159e2e5843300e0048312824a927acb38ad.tar.gz
Fixed typos in documentation
* ACE/ace/config-win32-common.h: * TAO/docs/exceptions.html:
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/exceptions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/docs/exceptions.html b/TAO/docs/exceptions.html
index afa5e275f99..65b0d0b7902 100644
--- a/TAO/docs/exceptions.html
+++ b/TAO/docs/exceptions.html
@@ -11,7 +11,7 @@
Since the exception handling macros in TAO can be used with any ORB,
they have been generalized and moved to ACE. <P>
-<h3>Note that ACE's try macros are now prefered over the original TAO
+<h3>Note that ACE's try macros are now preferred over the original TAO
try macros. You should avoid using them in your applications. They
might be removed completely one day.</h3>