fix typo
authorPaul Mangan <paul@claws-mail.org>
Thu, 27 Oct 2005 08:01:19 +0000 (08:01 +0000)
committerPaul Mangan <paul@claws-mail.org>
Thu, 27 Oct 2005 08:01:19 +0000 (08:01 +0000)
src/plugins/dillo_viewer/dillo_viewer.c

index 105a799cfdcd0d888b77ec011c67bff498c87b0f..ca14f3608966a9fceddf0b5784d145e037c77acf 100644 (file)
@@ -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;
        }