summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2003-03-05 15:38:05 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2003-03-05 15:38:05 +0000
commit54ba4dbbd9cc328f0f8d97d4f50ca9f2a5145747 (patch)
tree3b8f86738443a358d272595e3e789015c69ec02a
parent42cf0d14a5c7cde48a4d313502cceadd14d9a122 (diff)
downloadATCD-54ba4dbbd9cc328f0f8d97d4f50ca9f2a5145747.tar.gz
Wed Mar 5 09:41:55 2003 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/Makefile.bor2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 144636be64f..27e3f135b62 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 5 09:41:55 2003 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tao/Makefile.bor (OBJFILES):
+
+ Fixed typo in file list.
+
Wed Mar 5 09:07:02 2003 Phil Mesnier <mesnier_p@ociweb.com>
* tao/Transport.cpp (assign_translators):
diff --git a/TAO/tao/Makefile.bor b/TAO/tao/Makefile.bor
index 31d4eeb39e2..304309adc24 100644
--- a/TAO/tao/Makefile.bor
+++ b/TAO/tao/Makefile.bor
@@ -51,7 +51,7 @@ OBJFILES = \
$(OBJDIR)\Client_Strategy_Factory.obj \
$(OBJDIR)\CodecFactory.obj \
$(OBJDIR)\CodecFactory_ORBInitializer.obj \
- $(OBJDIR)\Codeset_Managaer.obj \
+ $(OBJDIR)\Codeset_Manager.obj \
$(OBJDIR)\Codeset_Translator_Factory.obj \
$(OBJDIR)\Collocation_Resolver.obj \
$(OBJDIR)\Connect_Strategy.obj \