From: Andre Noll Date: Mon, 23 Jul 2012 19:51:03 +0000 (+0200) Subject: trivial: Fix typo in client.h. X-Git-Tag: v0.4.13~55 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f40a3c0de71e4724395d8462c8f7400a63d2aa06 trivial: Fix typo in client.h. --- 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,