From 32c5588e14107bbd66d4aaffda528bd58942d0d8 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 18 Apr 1997 09:00:52 +0000 Subject: [PATCH] spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1591 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/pop_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/popper/pop_send.c b/appl/popper/pop_send.c index 30e03e744..f37afed5a 100644 --- a/appl/popper/pop_send.c +++ b/appl/popper/pop_send.c @@ -16,7 +16,7 @@ pop_sendline(POP *p, char *buffer) { char * bp; - /* Byte stuff lines that begin with the temirnation octet */ + /* Byte stuff lines that begin with the termination octet */ if (*buffer == POP_TERMINATE) fputc(POP_TERMINATE,p->output);