X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=63afb06d5b8dab834552d4ed31532452d6a5ff91;hp=b841b7e1b6b6d0698a404887429840f2ea6e9a47;hb=f40a3c0de71e4724395d8462c8f7400a63d2aa06;hpb=76f9e57d909a53d30a4f8fe5e924683fa9b7c0d5 diff --git a/client.h b/client.h index b841b7e1..63afb06d 100644 --- a/client.h +++ b/client.h @@ -12,7 +12,7 @@ enum { 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,