]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
trivial: Fix typo in client.h.
authorAndre Noll <maan@systemlinux.org>
Mon, 23 Jul 2012 19:51:03 +0000 (21:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 Feb 2013 14:27:53 +0000 (15:27 +0100)
client.h

index b841b7e1b6b6d0698a404887429840f2ea6e9a47..63afb06d5b8dab834552d4ed31532452d6a5ff91 100644 (file)
--- a/client.h
+++ b/client.h
@@ -12,7 +12,7 @@ enum {
        CL_CONNECTED,
        /** Server sends the welcome message. */
        CL_RECEIVED_WELCOME,
        CL_CONNECTED,
        /** Server sends the welcome message. */
        CL_RECEIVED_WELCOME,
-       /** Client sends the authentification request. */
+       /** Client sends the authentication request. */
        CL_SENT_AUTH,
        /** Server sends encrypted challenge. */
        CL_RECEIVED_CHALLENGE,
        CL_SENT_AUTH,
        /** Server sends encrypted challenge. */
        CL_RECEIVED_CHALLENGE,