X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FMainpage.dox;h=fc16dab14b63e722a23aff30aac5d5ae0ad81e3f;hb=61dc3812717cdc89fa2402006d4009236b72dc8f;hp=5afa6e0e5015d897643635f1b1907d3a1d1f450f;hpb=be33ff96c5b89738694da272d8610564cce48bfb;p=senf.git diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index 5afa6e0..fc16dab 100644 --- a/PPI/Mainpage.dox +++ b/PPI/Mainpage.dox @@ -47,7 +47,7 @@ PPI Example Application: RateStuffer \n \ref senf::ppi::module "Modules" \n - \ref senf::ppi::connector "Connectors" \n + \ref senf::ppi::connector "Connectors and Jacks" \n \ref event_group */ @@ -221,7 +221,7 @@ must be untyped (they accept arbitrary senf::Packet's, the optional tempalte argument is empty), or they both accept the same type of packet. This check is performed at runtime. - To complete our simplified example: Lets connet senf::ppi::module::ActiveSocketReader and + To complete our simplified example: Lets connect senf::ppi::module::ActiveSocketReader and senf::ppi::module::PassiveSocketWriter to our example module: \code