From: tho Date: Mon, 14 Jan 2008 13:17:14 +0000 (+0000) Subject: fixed typo X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=a08a4c10ec07badd4b28f74c9354b06431c695d5;p=senf.git fixed typo git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@594 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/PPI/SocketSource.hh b/PPI/SocketSource.hh index b054436..f08b93b 100644 --- a/PPI/SocketSource.hh +++ b/PPI/SocketSource.hh @@ -82,7 +82,7 @@ namespace module { \code senf::ppi::module::ActiveSocketSource< senf::ppi::DgramReader > source; \endcode - declares a \a reader module reading senf::EthrtnetPacket's. + declares a \a reader module reading senf::EthernetPacket's A \a Reader must fulfill the following interface: \code