diff --git a/tag.c b/tag.c index 52750fe..02e0794 100644 --- a/tag.c +++ b/tag.c @@ -454,7 +454,7 @@ tags_expand_template(const char *template, const struct tag_set *tags) continue; } - /* Copy characters preceeding the tag (name) */ + /* Copy characters preceding the tag (name) */ sbuf_append_at_most(&formatted, template, begin - template); /* Parse arguments */ diff --git a/yml.c b/yml.c index 40ece40..bdf474a 100644 --- a/yml.c +++ b/yml.c @@ -228,7 +228,7 @@ post_process(struct yml_node *node) tll_push_back(node->dict.pairs, p); } - /* Destroy lits, but don't free (since its nodes + /* Destroy list, but don't free (since its nodes * have been moved to this node), *before* * destroying the key/value nodes. This ensures * the dict nodes aren't free:d in the