diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-24 12:45:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-24 12:45:24 +0000 |
commit | 40b11ff88eaa927ab6a2869a2928e6bb5db365ad (patch) | |
tree | 651994eee0ca6cd97aa51e262a73cfe01e9fc649 /ACE/ace/Containers_T.h | |
parent | 33d155ed884b8e56ad37c9ea33daf9ef0c5348ac (diff) | |
download | ATCD-40b11ff88eaa927ab6a2869a2928e6bb5db365ad.tar.gz |
Fri Sep 24 12:41:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ACE-INSTALL.html:
Updated Remedy platforms
* ACEXML/parser/parser/Parser.h:
* ace/Containers_T.h:
* ace/Containers_T.cpp:
* ace/OS_NS_string.h:
* ace/OS_NS_wchar.h:
* apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/shexp.h:
Fixed typo
Diffstat (limited to 'ACE/ace/Containers_T.h')
-rw-r--r-- | ACE/ace/Containers_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Containers_T.h b/ACE/ace/Containers_T.h index 5d7c182b850..fe1d6de5789 100644 --- a/ACE/ace/Containers_T.h +++ b/ACE/ace/Containers_T.h @@ -1920,7 +1920,7 @@ private: ACE_DNode<T> **new_position); /** - * Looks for first occurence of @a item in the ordered set, using the + * Looks for first occurrence of @a item in the ordered set, using the * passed starting position as a hint: if there is such an instance, it * updates the new_position pointer to point to this node and returns 0; * if there is no such node, then if there is a node before where the |