summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-29 01:32:49 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-29 01:32:49 +0000
commitd74d800fddb91c4eb08dd9477d096b5ab2c025a7 (patch)
tree06af59c1e7409faf67a336e375510fc4e3f9b266
parent04c79effaa94429dba5786e01a884d9a15fb831d (diff)
downloadATCD-d74d800fddb91c4eb08dd9477d096b5ab2c025a7.tar.gz
ChangeLogTag: Mon Mar 28 17:32:30 2005 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/Process.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13c2e1454ab..8f302b4ae15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar 28 17:32:30 2005 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * ace/Process.h:
+
+ Fix typo in comment.
+
Fri Mar 25 16:41:56 2005 J.T. Conklin <jtc@acorntoolworks.com>
* bin/MakeProjectCreator/modules/AutomakeWorkspaceHelper.pm:
diff --git a/ace/Process.h b/ace/Process.h
index 3fd7bdc2126..e7a75b4b4d9 100644
--- a/ace/Process.h
+++ b/ace/Process.h
@@ -550,7 +550,7 @@ public:
protected:
/// Set this process' <exit_code_>. ACE_Process_Manager uses this
/// method to set the <exit_code_> after successfully waiting for
- /// this proecess to exit.
+ /// this process to exit.
void exit_code (ACE_exitcode code);
#if defined (ACE_WIN32)