From f40a3c0de71e4724395d8462c8f7400a63d2aa06 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 23 Jul 2012 21:51:03 +0200 Subject: [PATCH] trivial: Fix typo in client.h. --- client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2