changeset 15576:a7b4a4c2cfcf

typo fix
author Sean Egan <seanegan@gmail.com>
date Mon, 05 Feb 2007 22:16:35 +0000
parents cea917eed4db
children 3ae0ba9aee46 9795470ed794
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c	Mon Feb 05 19:06:25 2007 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Mon Feb 05 22:16:35 2007 +0000
@@ -5442,7 +5442,7 @@
 		if (userinfo->flags & AIM_FLAG_ACTIVEBUDDY)
 			return "bot";
 		if (userinfo->flags & AIM_FLAG_AOL)
-			return "aolclient";
+			return "aol-client";
 		if (userinfo->capabilities & OSCAR_CAPABILITY_SECUREIM)
 			return "secure";
 	}