changeset 2815:5ed1842634a6

Fix typo unkown/unknown
author Andreas Rönnquist <andreas@ronnquist.net>
date Tue, 14 Aug 2018 22:22:49 +0200
parents 7ec04fb5211c
children e993f52f08a2
files src/rcfile.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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));