This commit is contained in:
Aleksandar Fabijanic 2014-06-19 09:31:38 -05:00
parent a2046b42c1
commit 3ef689e3f6

View File

@ -36,7 +36,7 @@ class SyslogParser;
class Net_API RemoteSyslogListener: public Poco::SplitterChannel
/// RemoteSyslogListener implents listening for syslog messages
/// RemoteSyslogListener implements listening for syslog messages
/// sent over UDP, according to RFC 5424 "The Syslog Protocol"
/// and RFC 5426 "Transmission of syslog messages over UDP".
///