# HG changeset patch # User Andreas Rönnquist # Date 1534278169 -7200 # Node ID 5ed1842634a60ebb5907cc78f85851cb4cc93970 # Parent 7ec04fb5211c8363725380ad0987536e0a2994fd Fix typo unkown/unknown diff -r 7ec04fb5211c -r 5ed1842634a6 src/rcfile.c --- a/src/rcfile.c Sat Aug 04 19:57:56 2018 +0100 +++ b/src/rcfile.c Tue Aug 14 22:22:49 2018 +0200 @@ -885,7 +885,7 @@ const gchar *value = *attribute_values++; if (READ_CHAR_FULL("text", options->marks_tooltips[i])) continue; - log_printf("unkown attribute %s = %s\n", option, value); + log_printf("unknown attribute %s = %s\n", option, value); } i++; options_parse_func_set_data(parser_data, GINT_TO_POINTER(i));