Fixed a documentation typo in termprot

This commit is contained in:
2014-10-16 09:41:25 +02:00
parent 32e55f2176
commit 68d3a16700

View File

@ -1,7 +1,7 @@
/* /*
* This is yet another protocol for scriptcontext. This is for variable * This is yet another protocol for scriptcontext. This is for variable
* terminated protocols. The Astriums have deliverd the SANS-2 NVS with * terminated protocols. The Astriums have deliverd the SANS-2 NVS with
* a protocol which uses a \n as a terminator most of teh time but sometimes * a protocol which uses a \n as a terminator most of the time but sometimes
* a \. This protocl handler expects messages in the form: terminator:payload * a \. This protocl handler expects messages in the form: terminator:payload
* The caller is responsible for providing the proper send termiantor. * The caller is responsible for providing the proper send termiantor.
* *