summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-16 14:10:39 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-16 14:10:39 +0000
commit95302d527870146ed580efcc8ad96ae2fbfb9313 (patch)
tree226c8dad27c29455bacb7fa7205e6f9e8d439a7e
parent1b284a92f567ef6afd3f3089722b55c2b8f10413 (diff)
downloadATCD-95302d527870146ed580efcc8ad96ae2fbfb9313.tar.gz
ChangeLogTag: Wed Jun 16 06:58:33 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog5
-rw-r--r--ace/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bfd0a5936a..1ed3ab8e084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 16 06:58:33 2004 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * ace/Makefile.am:
+ Fixed typo.
+
Wed Jun 16 12:23:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/ACE-bug-process.html:
diff --git a/ace/Makefile.am b/ace/Makefile.am
index b9abe1987d0..5d34da718ec 100644
--- a/ace/Makefile.am
+++ b/ace/Makefile.am
@@ -1107,7 +1107,7 @@ INLINE_FILES = \
Flag_Manip.inl \
Free_List.inl \
Functor.inl \
- Functor_String.inlnl \
+ Functor_String.inl \
Functor_T.inl \
Get_Opt.inl \
Handle_Gobbler.inl \