X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.h;h=92e14b15eabc686b95a077d0097598f99b3f97a6;hp=b841b7e1b6b6d0698a404887429840f2ea6e9a47;hb=b59a3c41;hpb=01a7db579a518a1a03b940a5a42411e49123ac1b diff --git a/client.h b/client.h index b841b7e1..92e14b15 100644 --- a/client.h +++ b/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2012 Andre Noll + * Copyright (C) 1997-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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,