diff --git a/termprot.c b/termprot.c index 7d4821f..562d559 100644 --- a/termprot.c +++ b/termprot.c @@ -1,7 +1,7 @@ /* * This is yet another protocol for scriptcontext. This is for variable * 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 * The caller is responsible for providing the proper send termiantor. *