Fix typos found by codespell

This commit is contained in:
Karsten Weiss
2018-04-10 13:46:43 +02:00
parent eb3b3a1988
commit eead9f62d9
9 changed files with 56 additions and 56 deletions

View File

@ -210,7 +210,7 @@ fixme(){
ok_ids() {
echo
tput bold; tput setaf 2; echo "ok -- something resetted our ccs packets"; tput sgr0
tput bold; tput setaf 2; echo "ok -- something reset our ccs packets"; tput sgr0
echo
exit 0
}