summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Msg.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-21 11:15:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-21 11:15:17 +0000
commit28ffc1dd5977d4e5f42b5775e544fce117278747 (patch)
tree71c539d11d1141b90550904e9f6c93847df289a5 /ACE/ace/Log_Msg.h
parent929c2d6e38df942a18ac21e67d1e745a76d340ff (diff)
downloadATCD-28ffc1dd5977d4e5f42b5775e544fce117278747.tar.gz
Thu Oct 21 11:10:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ACE.cpp: * ace/FILE_IO.h: * ace/Free_List.h: * ace/Handle_Set.h: * ace/Log_Msg.h: * ace/WIN32_Asynch_IO.h: Doxygen changes
Diffstat (limited to 'ACE/ace/Log_Msg.h')
-rw-r--r--ACE/ace/Log_Msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Log_Msg.h b/ACE/ace/Log_Msg.h
index 17f30a9f7b3..3e96567f658 100644
--- a/ACE/ace/Log_Msg.h
+++ b/ACE/ace/Log_Msg.h
@@ -183,7 +183,7 @@ public:
{
/// Write messages to stderr.
STDERR = 1,
- /// Write messages to the local client logger deamon.
+ /// Write messages to the local client logger daemon.
LOGGER = 2,
/// Write messages to the ostream * stored in thread-specific
/// storage.