diff libpurple/protocols/yahoo/yahoo.c @ 22021:c72ea83f34d6

Fix my typo
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 06 Jan 2008 21:47:02 +0000
parents 4163dcf643ae
children eeba86c553be
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Sun Jan 06 21:15:17 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Sun Jan 06 21:47:02 2008 +0000
@@ -1547,7 +1547,7 @@
 	char				*delimit_lookup		= ",;";
 
 	char				*password_hash		= (char *)g_malloc(25);
-	char				*crypt_hashi		= (char *)g_malloc(25);
+	char				*crypt_hash			= (char *)g_malloc(25);
 	char				*crypt_result		= NULL;
 
 	unsigned char		pass_hash_xor1[64];