diff options
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ace/Object_Manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Object_Manager.h b/ACE/ace/Object_Manager.h index f3651742e16..33171fae85e 100644 --- a/ACE/ace/Object_Manager.h +++ b/ACE/ace/Object_Manager.h @@ -236,7 +236,7 @@ public: /** * Register an ACE_Cleanup object for cleanup at process * termination. The object is deleted via the - * <ace_cleanup_destroyer>. If you need more flexiblity, see the + * <ace_cleanup_destroyer>. If you need more flexibility, see the * @c other at_exit method below. For OS's that do not have * processes, cleanup takes place at the end of <main>. Returns 0 * on success. On failure, returns -1 and sets errno to: EAGAIN if |