summaryrefslogtreecommitdiff
path: root/ACE/docs/msvc_notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/docs/msvc_notes.txt')
-rw-r--r--ACE/docs/msvc_notes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/docs/msvc_notes.txt b/ACE/docs/msvc_notes.txt
index 6594fa079fc..65a48f01292 100644
--- a/ACE/docs/msvc_notes.txt
+++ b/ACE/docs/msvc_notes.txt
@@ -14,7 +14,7 @@ main two are Debug and Release. Debug produces libraries and
executables with debugging symbols and doesn't enable inlining. The
Release configuration enables optimizations and leaves out debugging
symbols. All projects contain both configurations. If you want to
-build static or mfc versions of th elibrary you need to use different
+build static or mfc versions of the library you need to use different
project and solution files. Project files with _Static extension
denote workspaces for building static libraries.
@@ -131,4 +131,4 @@ required. One thing you might notice is that TAO_IDL will display a message
if ACE_ROOT isn't set, but it is only a problem if the IDL file includes
<orb.idl> and you don't use -I to specify where orb.idl is.
-*/ \ No newline at end of file
+*/