From 9ee4b90dd81b1c2b3d03f400793a3b8ddf0c7c75 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 5 May 1996 04:38:44 +0000 Subject: [PATCH] slepping git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@494 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/krb4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftp/krb4.c b/appl/ftp/ftp/krb4.c index c13719cac..8553d66de 100644 --- a/appl/ftp/ftp/krb4.c +++ b/appl/ftp/ftp/krb4.c @@ -362,7 +362,7 @@ do_klogin(char *host) fprintf(stderr, "KERBEROS_V4 rejected as security mechanism.\n"); }else if(ret == ERROR) fprintf(stderr, "The server doesn't understand the FTP " - "security extentions.\n"); + "security extensions.\n"); verbose = old_verbose; return -1; }