Stefan Schuermans commited on 2011-12-21 22:46:09
Showing 2 changed files, with 2 additions and 2 deletions.
| ... | ... |
@@ -12,7 +12,7 @@ |
| 12 | 12 |
</p> |
| 13 | 13 |
<h2>Configuration</h2> |
| 14 | 14 |
<p> |
| 15 |
- The configuration of the UDPv4 senderr module with name <code>NAME</code> |
|
| 15 |
+ The configuration of the UDPv4 sender module with name <code>NAME</code> |
|
| 16 | 16 |
is located in the <code>udp4senders/NAME</code> subdirectory. |
| 17 | 17 |
</p> |
| 18 | 18 |
<h3>Input Stream</h3> |
| ... | ... |
@@ -53,7 +53,7 @@ Sender<ADDR, SOCK>::Sender(CallMgr &callMgr, StreamMgr &streamMgr, |
| 53 | 53 |
// read protocol |
| 54 | 54 |
readProto(); |
| 55 | 55 |
|
| 56 |
- // attac to input stream |
|
| 56 |
+ // attach to input stream |
|
| 57 | 57 |
m_fileInStream.setStreamRecv(this); |
| 58 | 58 |
// create and bind socket |
| 59 | 59 |
createSock(); |
| 60 | 60 |