]> www.fi.muni.cz Git - evince.git/commitdiff
Fix misspelling of 'appropriate'
authorTommi Vainikainen <thv@iki.fi>
Thu, 13 Aug 2009 21:48:27 +0000 (00:48 +0300)
committerTommi Vainikainen <thv@iki.fi>
Thu, 13 Aug 2009 21:48:27 +0000 (00:48 +0300)
backend/comics/comics-document.c

index b6059b7e5e5d1994ddf782f9ea686831563d7a79..0c3d37f147c613e587cf36436de0d804bf069de7 100644 (file)
@@ -351,7 +351,7 @@ comics_check_decompress_command     (gchar          *mime_type,
        g_set_error_literal (error,
                             EV_DOCUMENT_ERROR,
                             EV_DOCUMENT_ERROR_INVALID,
-                            _("Can't find an appropiate command to "
+                            _("Can't find an appropriate command to "
                             "decompress this type of comic book"));
        return FALSE;
 }