From: Luke S. <lsc...@us...> - 2002-09-28 17:46:14
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv25520/plugins Modified Files: iconaway.c Log Message: fixed a misspelling. Index: iconaway.c =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/iconaway.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- iconaway.c 26 Sep 2002 07:37:51 -0000 1.16 +++ iconaway.c 28 Sep 2002 17:46:10 -0000 1.17 @@ -38,7 +38,7 @@ desc.api_version = PLUGIN_API_VERSION; desc.name = g_strdup("Iconify on away"); desc.version = g_strdup(VERSION); - desc.description = g_strdup("Iconifies the away box and thee buddy list when you go away."); + desc.description = g_strdup("Iconifies the away box and the buddy list when you go away."); desc.authors = g_strdup("Eric Warmenhoven <er...@wa...>"); desc.url = g_strdup(WEBSITE); return &desc; |