summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-12 17:46:17 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-12 17:46:17 +0000
commit9e889db443bd20561d0dab0a9280d5ba3ffdf246 (patch)
treeb33356a25d600f932a96dc54ad73f705c6a2fad0
parentd806489662d1c3c23527a39945c9c6371858dba1 (diff)
downloadATCD-9e889db443bd20561d0dab0a9280d5ba3ffdf246.tar.gz
ChangeLogTag: Wed Mar 12 11:43:50 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/Makefile.tao2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 417ffead888..df5128c65e8 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 12 11:43:50 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/Makefile.tao:
+
+ Fixed typo in a newly added file.
+
Wed Mar 12 09:25:34 2003 Ossama Othman <ossama@uci.edu>
* TAO_IDL/be_include/be_codegen.h:
diff --git a/TAO/tao/Makefile.tao b/TAO/tao/Makefile.tao
index 429664d9c73..64d7b837347 100644
--- a/TAO/tao/Makefile.tao
+++ b/TAO/tao/Makefile.tao
@@ -153,7 +153,7 @@ ORB_CORE_FILES = \
Environment \
Object \
LocalObject \
- ObjectIDListC \
+ ObjectIdListC \
ORB \
corbafwd \
Policy_ForwardC \