summaryrefslogtreecommitdiff
path: root/ACE/ace/Local_Name_Space_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Local_Name_Space_T.h')
-rw-r--r--ACE/ace/Local_Name_Space_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Local_Name_Space_T.h b/ACE/ace/Local_Name_Space_T.h
index 13f6adc12a4..829346b644c 100644
--- a/ACE/ace/Local_Name_Space_T.h
+++ b/ACE/ace/Local_Name_Space_T.h
@@ -135,13 +135,13 @@ public:
/**
* Overwrite the value or type of an existing name in a
* ACE_Local_Name_Space or bind a new name to the context, if it
- * didn't exist yet. (Wide charcter strings interface).
+ * didn't exist yet. (Wide character strings interface).
*/
virtual int rebind (const ACE_NS_WString &name,
const ACE_NS_WString &value,
const char *type = "");
- /// Delete a name from a ACE_Local_Name_Space (Wide charcter strings
+ /// Delete a name from a ACE_Local_Name_Space (Wide character strings
/// Interface).
virtual int unbind (const ACE_NS_WString &name);
virtual int unbind_i (const ACE_NS_WString &name);