]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
idnode: fix typo
authorJaroslav Kysela <perex@perex.cz>
Tue, 30 Aug 2016 07:44:03 +0000 (09:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 30 Aug 2016 07:44:03 +0000 (09:44 +0200)
src/idnode.c

index 7ddfaf1f0596537ed0d204aa851bd2ffbc712d9e..b85618fee824f13dec53ed6e4d9f555606da3b1b 100644 (file)
@@ -139,7 +139,7 @@ idnode_insert(idnode_t *in, const char *uuid, const idclass_t *class, int flags)
   /* Register the class */
   in->in_domain = idclass_find_domain(class);
   if (in->in_domain == NULL) {
-    tvherror(LS_IDNODE, "classs '%s' is not registered", class->ic_class);
+    tvherror(LS_IDNODE, "class '%s' is not registered", class->ic_class);
     abort();
   }
   c = RB_INSERT_SORTED(in->in_domain, in, in_domain_link, in_cmp);