From: BytEvil Date: Mon, 19 Nov 2018 11:47:11 +0000 (+0400) Subject: Fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718450acd9fe8f9ca35bc2eaef8fedf11ec90878;p=thirdparty%2Ftvheadend.git Fix typo --- 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);