Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
idnode: fix typo
  • Loading branch information
perexg committed Aug 30, 2016
1 parent 3bf7fd4 commit b726011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idnode.c
Expand Up @@ -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);
Expand Down

0 comments on commit b726011

Please sign in to comment.