From: g0dil Date: Thu, 13 Sep 2007 12:06:33 +0000 (+0000) Subject: Typo fix X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=85843bd356b4380ec066e78517b7866b2f275db9;p=senf.git Typo fix git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@441 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index cd89148..08fd879 100644 --- a/PPI/Mainpage.dox +++ b/PPI/Mainpage.dox @@ -103,7 +103,7 @@ provides an extensive set of reusable modules. The following example module declares three \ref ppi_connectors: \c payload, \c stuffing and - \coutput. These connectors are defined as \e public data members so they can be accessed from + \c output. These connectors are defined as \e public data members so they can be accessed from the outside. This is important as we will see below. \code