From 7459e2e306ba6f5bcecc8e0f62fa7c8d64768959 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 17 Oct 2015 11:22:54 +0300 Subject: [PATCH] fix typo --- _posts/2015-10-17-cppcheck-and-clang-format.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.)