Skip to content

Spellchecking comments

Arndt, Daniel requested to merge github/fork/aprokop/spellcheck into master

Created by: aprokop

The command used:

find . -name '*hpp' -or -name '*cpp' -exec aspell --mode ccpp --check {} \;

Merge request reports