summaryrefslogtreecommitdiff
path: root/ace/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Process.h')
-rw-r--r--ace/Process.h2
1 files changed, 1 insertions, 1 deletions
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)