Skip to content
Snippets Groups Projects
Commit b9cf0c89 authored by jkaeber's avatar jkaeber
Browse files

Typos.

parent c59a0243
No related branches found
No related tags found
No related merge requests found
...@@ -253,8 +253,8 @@ ...@@ -253,8 +253,8 @@
This application will read udp-packets coming in on port 1111 and will forward 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. 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 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 in put connector. As can be 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 seen, the name of the connector can be left of if it is named \c output or \c input
respectively. respectively.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment