codespell: spelling fixes

This commit is contained in:
Daniel Eklöf 2020-12-25 12:31:20 +01:00
parent 3d8bdfadb4
commit 9cf00f8200
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

2
tag.c
View file

@ -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 */

2
yml.c
View file

@ -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