From 68d3a16700f0abe4a676593168e0835f4283637f Mon Sep 17 00:00:00 2001 From: Mark Koennecke Date: Thu, 16 Oct 2014 09:41:25 +0200 Subject: [PATCH] Fixed a documentation typo in termprot --- termprot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *