git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1591 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-04-18 09:00:52 +00:00
parent 7e5cf6f8e8
commit 32c5588e14

View File

@@ -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);