changeset 15045:7236b72de90b

[gaim-migrate @ 17828] copy/paste fix... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 27 Nov 2006 03:58:00 +0000
parents 603960420450
children d7fccb8cb8a8
files libgaim/tests/test_cipher.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/tests/test_cipher.c	Mon Nov 27 02:59:33 2006 +0000
+++ b/libgaim/tests/test_cipher.c	Mon Nov 27 03:58:00 2006 +0000
@@ -199,7 +199,7 @@
 	Suite *s = suite_create("Cipher Suite");
 	TCase *tc = NULL;
 	
-	/* md5 tests */
+	/* md4 tests */
 	tc = tcase_create("MD4");
 	tcase_add_test(tc, test_md4_empty_string);
 	tcase_add_test(tc, test_md4_a);