summaryrefslogtreecommitdiff
path: root/ACE/ace/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/DLL.h')
-rw-r--r--ACE/ace/DLL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/DLL.h b/ACE/ace/DLL.h
index 57d0f92541b..a5d8dae69f3 100644
--- a/ACE/ace/DLL.h
+++ b/ACE/ace/DLL.h
@@ -154,7 +154,7 @@ public:
*/
void *symbol (const ACE_TCHAR *symbol_name, int ignore_errors = 0);
- /// Returns a pointer to a string explaining that an error occured. You
+ /// Returns a pointer to a string explaining that an error occurred. You
/// will need to consult the error log for the actual error string
/// returned by the OS.
ACE_TCHAR *error (void) const;