Typos.
jkaeber [Mon, 10 Dec 2007 14:41:06 +0000 (14:41 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@550 270642c3-0616-0410-b53a-bc976706d245

PPI/Mainpage.dox

index 8ab4d4b..0acd574 100644 (file)
     This application will read udp-packets coming in on port 1111 and will forward
     them to port 2222 on host 2.3.4.5 with a fixed rate of 10 packets / second.
     
-    We start of by instantiating the necessary modules. Then the connections between these modules
-    are set up by successively connecting each output connector to an in put connector. As can be
+    We start out by instantiating the necessary modules. Then the connections between these modules
+    are set up by successively connecting each output connector to an input connector. As can be
     seen, the name of the connector can be left of if it is named \c output or \c input
     respectively.