# HG changeset patch # User Luke Schierer # Date 1033235170 0 # Node ID 83a54877f1ae52f978c4aa9b41dc54a03e986990 # Parent e120097bbd728dd7c8ba4ce48b2a29da853274f2 [gaim-migrate @ 3659] fixed a misspelling. committer: Tailor Script diff -r e120097bbd72 -r 83a54877f1ae plugins/iconaway.c --- a/plugins/iconaway.c Sat Sep 28 08:08:14 2002 +0000 +++ b/plugins/iconaway.c Sat Sep 28 17:46:10 2002 +0000 @@ -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 <eric@warmenhoven.org>"); desc.url = g_strdup(WEBSITE); return &desc;