From: Paul Mangan Date: Thu, 27 Oct 2005 08:01:19 +0000 (+0000) Subject: fix typo X-Git-Tag: rel_1_9_99~17 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=b4c1c9b3be5facbf5e77f409fd7977657281334e fix typo --- diff --git a/src/plugins/dillo_viewer/dillo_viewer.c b/src/plugins/dillo_viewer/dillo_viewer.c index 105a799cf..ca14f3608 100644 --- a/src/plugins/dillo_viewer/dillo_viewer.c +++ b/src/plugins/dillo_viewer/dillo_viewer.c @@ -170,7 +170,7 @@ gint plugin_init(gchar **error) } if ((sylpheed_get_version() < MAKE_NUMERIC_VERSION(0, 9, 3, 86))) { - *error = g_strdup("Your vesion of Sylpheed-Claws is too old for the Dillo plugin"); + *error = g_strdup("Your version of Sylpheed-Claws is too old for the Dillo plugin"); return -1; }