changeset 12893:31e3c4f78aa4

[gaim-migrate @ 15246] BuddtList isn't right. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 16 Jan 2006 10:24:49 +0000
parents 3ab3e68df807
children 7dc00a9dfba5
files plugins/perl/perl-common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/perl-common.c	Mon Jan 16 10:19:31 2006 +0000
+++ b/plugins/perl/perl-common.c	Mon Jan 16 10:24:49 2006 +0000
@@ -433,7 +433,7 @@
 			stash = "Gaim::Plugin";
 			break;
 		case GAIM_SUBTYPE_BLIST_NODE:
-			stash = "Gaim::BuddtList::Node";
+			stash = "Gaim::BuddyList::Node";
 			break;
 		case GAIM_SUBTYPE_CIPHER:
 			stash = "Gaim::Cipher";