From: Michael Vetter Date: Fri, 23 Aug 2019 05:38:19 +0000 (+0200) Subject: Fix spelling mistake 'reed' -> 'read' X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=9241283fb6ffe68779b50444a77502372aeaa314;p=vimb.git Fix spelling mistake 'reed' -> 'read' --- diff --git a/src/setting.c b/src/setting.c index cc67377..c16509b 100644 --- a/src/setting.c +++ b/src/setting.c @@ -684,7 +684,7 @@ static int user_style(Client *c, const char *name, DataType type, void *value, v webkit_user_style_sheet_unref(style); g_free(source); } else { - g_message("Could not reed style file: %s", vb.files[FILES_USER_STYLE]); + g_message("Could not read style file: %s", vb.files[FILES_USER_STYLE]); } } else { webkit_user_content_manager_remove_all_style_sheets(ucm);