Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2018-02-13 12:19:54 +01:00
parent 60c750181f
commit 2db6d5b8b3
75 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -697,7 +697,7 @@ int proposal_printf_hook(printf_hook_data_t *data, printf_hook_spec_t *spec,
{
enumerator = list->create_enumerator(list);
while (enumerator->enumerate(enumerator, &this))
{ /* call recursivly */
{ /* call recursively */
if (first)
{
written += print_in_hook(data, "%P", this);