summaryrefslogtreecommitdiff
path: root/lib/krb5.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/krb5.c')
-rw-r--r--lib/krb5.c2
1 files changed, 1 insertions, 1 deletions
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)