From 480714fc3cb873636ddfa9e44674c9e883bafb04 Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Mon, 26 Mar 2012 16:43:09 +0200 Subject: [PATCH] Typo fixes in documentation comment block. Signed-off-by: Gergely Polonkai (W00d5t0ck) --- src/wmud-types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wmud-types.h b/src/wmud-types.h index 52e2232..9b9460f 100644 --- a/src/wmud-types.h +++ b/src/wmud-types.h @@ -40,7 +40,7 @@ * @WMUD_CLIENT_STATE_INGAME: Character login was successful, player is now * in-game * @WMUD_CLIENT_STATE_QUITWAIT: Player entered the in-game QUIT command, and we - * are now waiting for an answer if they reallz want to quit + * are now waiting for an answer if they really want to quit * Will be removed soon, this should work totally different (TODO) * @WMUD_CLIENT_STATE_NEWCHAR: Player name entered on the login screen was * invalid. Waiting for answer if this is a new player @@ -66,7 +66,7 @@ typedef enum { * wmudPlayer: * @id: Player's database ID * @player_name: Player's login name - * @cpassword: crzpt()ed password of the player. This is NULL for newly + * @cpassword: crypt()ed password of the player. This is NULL for newly * registered players, who have no password generated for them by the * maintenance loop * @email: E-mail address of the player