summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-05-18 15:41:05 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-05-18 15:41:05 +0200
commit9d89f20fc8444914dc43d9963ab88199819b5872 (patch)
tree70528018f666aae88ce302cb497bddf2123ed6c2
parent3eefc82b3e44164b0caf46c177c03dae1a84f122 (diff)
downloadATCD-9d89f20fc8444914dc43d9963ab88199819b5872.tar.gz
Fixed typo in documentation
* ACE/ace/Object_Manager.h:
-rw-r--r--ACE/ace/Object_Manager.h2
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