treewide: fix issues found by codespell

This commit is contained in:
Björn Daase 2021-03-16 18:09:38 +01:00 committed by Wim Taymans
parent 4d94ba843c
commit 5913eb098c
10 changed files with 26 additions and 26 deletions

View file

@ -580,7 +580,7 @@ static int do_start(struct impl *this)
bool do_accept;
int res;
/* Dont do anything if the node has already started */
/* Don't do anything if the node has already started */
if (this->started)
return 0;