diff --git a/_posts/2015-10-17-cppcheck-and-clang-format.html b/_posts/2015-10-17-cppcheck-and-clang-format.html index 0b81ed0..26db6c1 100644 --- a/_posts/2015-10-17-cppcheck-and-clang-format.html +++ b/_posts/2015-10-17-cppcheck-and-clang-format.html @@ -101,7 +101,7 @@ make cppcheck clang-format -i -style=LLVM /path/to/source/files {% endhighlight %} -
(Unfortunately it cound not work with directories recursive.)
+(Unfortunately it could not work with directories recursive.)
-i
enables files auto replace (otherwise the result will be printed to stdout).