mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 05:15:41 +02:00
codespell: spelling fixes
This commit is contained in:
parent
3d8bdfadb4
commit
9cf00f8200
2 changed files with 2 additions and 2 deletions
2
tag.c
2
tag.c
|
@ -454,7 +454,7 @@ tags_expand_template(const char *template, const struct tag_set *tags)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Copy characters preceeding the tag (name) */
|
/* Copy characters preceding the tag (name) */
|
||||||
sbuf_append_at_most(&formatted, template, begin - template);
|
sbuf_append_at_most(&formatted, template, begin - template);
|
||||||
|
|
||||||
/* Parse arguments */
|
/* Parse arguments */
|
||||||
|
|
2
yml.c
2
yml.c
|
@ -228,7 +228,7 @@ post_process(struct yml_node *node)
|
||||||
tll_push_back(node->dict.pairs, p);
|
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*
|
* have been moved to this node), *before*
|
||||||
* destroying the key/value nodes. This ensures
|
* destroying the key/value nodes. This ensures
|
||||||
* the dict nodes aren't free:d in the
|
* the dict nodes aren't free:d in the
|
||||||
|
|
Loading…
Add table
Reference in a new issue