Typo fix
g0dil [Thu, 13 Sep 2007 12:06:33 +0000 (12:06 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@441 270642c3-0616-0410-b53a-bc976706d245

PPI/Mainpage.dox

index cd89148..08fd879 100644 (file)
     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