From 718450acd9fe8f9ca35bc2eaef8fedf11ec90878 Mon Sep 17 00:00:00 2001 From: BytEvil Date: Mon, 19 Nov 2018 15:47:11 +0400 Subject: [PATCH] Fix typo --- src/tvhlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tvhlog.c b/src/tvhlog.c index f0838458e..5adf3b06b 100644 --- a/src/tvhlog.c +++ b/src/tvhlog.c @@ -231,7 +231,7 @@ tvhlog_set_subsys ( bitops_ulong_t *c, const char *subsys ) break; } if (i >= LS_LAST) - tvherror(LS_CONFIG, "unkown subsystem '%s'", t); + tvherror(LS_CONFIG, "unknown subsystem '%s'", t); } next: t = strtok_r(NULL, ",", &r); -- 2.47.2