diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index d58d139bba..d4beab7fd8 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -84,7 +84,7 @@ jobs: echo 'hread->thread' >> dictionary.txt echo 'tamplete->template' >> dictionary.txt echo 'prising->praising' >> dictionary.txt - echo 'wi->we, will' >> dictionary.txt + echo 'wi->we, will, ' >> dictionary.txt echo 'dayly->daily' >> dictionary.txt echo 'erdinal->ordinal' >> dictionary.txt echo 'wizars->wizard' >> dictionary.txt @@ -97,7 +97,7 @@ jobs: echo 'maliciouse->malicious' >> dictionary.txt echo 'strickt->strict' >> dictionary.txt echo 'brak->break' >> dictionary.txt - echo "lets->lets, let's" >> dictionary.txt + echo "lets->lets, let's, " >> dictionary.txt echo 'booth->both' >> dictionary.txt echo 'vcertificate->certificate' >> dictionary.txt echo 'fron->front' >> dictionary.txt @@ -110,7 +110,7 @@ jobs: echo 'hadrware->hardware' >> dictionary_code.txt echo 'sandbocie->Sandboxie' >> dictionary_code.txt echo 'sanboxie->Sandboxie' >> dictionary_code.txt - echo "sandboxies->Sandboxie's, sandboxed" >> dictionary_code.txt + echo "sandboxies->Sandboxie's, sandboxed, " >> dictionary_code.txt echo 'reparese->reparse' >> dictionary_code.txt # Only lowercase letters are allowed in --ignore-words-list codespell --dictionary=dictionary.txt --dictionary=dictionary_rare.txt --dictionary=dictionary_code.txt \