summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_wchar.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-24 12:45:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-24 12:45:24 +0000
commit40b11ff88eaa927ab6a2869a2928e6bb5db365ad (patch)
tree651994eee0ca6cd97aa51e262a73cfe01e9fc649 /ACE/ace/OS_NS_wchar.h
parent33d155ed884b8e56ad37c9ea33daf9ef0c5348ac (diff)
downloadATCD-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/OS_NS_wchar.h')
-rw-r--r--ACE/ace/OS_NS_wchar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_wchar.h b/ACE/ace/OS_NS_wchar.h
index 614a19fc435..0e8c6a7c8f9 100644
--- a/ACE/ace/OS_NS_wchar.h
+++ b/ACE/ace/OS_NS_wchar.h
@@ -136,12 +136,12 @@ namespace ACE_OS
#endif /* ACE_HAS_WCHAR && ACE_LACKS_WCSPBRK */
#if defined (ACE_HAS_WCHAR) && defined (ACE_LACKS_WCSRCHR)
- /// Emulated wcsrchr (wchar_t version) - Finds the last occurence of a
+ /// Emulated wcsrchr (wchar_t version) - Finds the last occurrence of a
/// character in a string.
extern ACE_Export
wchar_t *wcsrchr_emulation (wchar_t *string, wint_t c);
- /// Emulated wcsrchr (const wchar_t version) - Finds the last occurence of a
+ /// Emulated wcsrchr (const wchar_t version) - Finds the last occurrence of a
/// character in a string.
extern ACE_Export
const wchar_t *wcsrchr_emulation (const wchar_t *string, wint_t c);