Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Manar Zaboub committed Jan 4, 2019
1 parent fdda240 commit 500b743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/category_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ zlog_category_t *zlog_category_table_fetch_category(zc_hashtable_t * categories,
a_category = zc_hashtable_get(categories, category_name);
if (a_category) return a_category;

/* else not fount, create one */
/* else not found, create one */
a_category = zlog_category_new(category_name, rules);
if (!a_category) {
zc_error("zc_category_new fail");
Expand Down

0 comments on commit 500b743

Please sign in to comment.