]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix typo
authorBytEvil <work.40@mail.ru>
Mon, 19 Nov 2018 11:47:11 +0000 (15:47 +0400)
committerJaroslav Kysela <perex@perex.cz>
Mon, 19 Nov 2018 12:28:03 +0000 (13:28 +0100)
src/tvhlog.c

index f0838458ef4122bd1c50982df5100120becabff0..5adf3b06b9c67ff7a31b7b9c1ca27a5c6c858595 100644 (file)
@@ -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);