From f506efbc143dcd0e2f56e67ad230d9205a4d9406 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 7 Jan 2021 21:49:19 +0100
Subject: [PATCH 7/9] lib/krb5.c: fix spelling of 'negotiate' in a comment

---
 lib/krb5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/krb5.c b/lib/krb5.c
index 66394f4f3..269d026e4 100644
--- a/lib/krb5.c
+++ b/lib/krb5.c
@@ -776,7 +776,7 @@ static int sec_set_protection_level(struct connectdata *conn)
     }
   }
 
-  /* Now try to negiociate the protection level. */
+  /* Now try to negotiate the protection level. */
   code = ftp_send_command(conn, "PROT %c", level_to_char(level));
 
   if(code < 0)
-- 
2.30.0


