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