* telnet.c (telnet): Fix typo in error message, via
authorTom Yu <tlyu@mit.edu>
Mon, 26 Jul 1999 21:55:24 +0000 (21:55 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 26 Jul 1999 21:55:24 +0000 (21:55 +0000)
schwim@whatmore.Stanford.EDU

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11607 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/telnet.c

index f8a986b60ec42aa7223ebc37cf1be56da4e3576c..e833272329c644e65ccaa1f299dbd74e721e5e8a 100644 (file)
@@ -1,3 +1,8 @@
+1999-07-26  Tom Yu  <tlyu@mit.edu>
+
+       * telnet.c (telnet): Fix typo in error message, via
+       schwim@whatmore.Stanford.EDU
+
 1999-04-13    <tytso@rsts-11.mit.edu>
 
        * configure.in: Check for setupterm() in libncurses in addition to
index 3a0844bfc0e258fdce2f1c4fe111d99dc8b502af..8db744b7f8dd64d98d878c3fda77e5a81758faed 100644 (file)
@@ -2312,7 +2312,7 @@ telnet(user)
        send_will(TELOPT_ENCRYPT, 1);
        while (1) {
            if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) {
-               printf("\nServer refused to negotiation authentication, which is required\n");
+               printf("\nServer refused to negotiate authentication, which is required\n");
                printf("for encryption.  Good bye.\n\r");
                Exit(1);
            }