From: Danilo Bargen Date: Tue, 16 Oct 2012 13:52:38 +0000 (+0200) Subject: Small typo in README X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/381686d2f1fc799f7d248993f0ac86dd96ce7bab Small typo in README --- diff --git a/README.mdown b/README.mdown index 86a09cb..136cb4b 100644 --- a/README.mdown +++ b/README.mdown @@ -46,7 +46,7 @@ To set the maximum [McCabe complexity](https://en.wikipedia.org/wiki/Cyclomatic_ let g:flake8_max_complexity=10 -To cutomize the location of your flake8 binary, set `g:flake8_cmd`: +To customize the location of your flake8 binary, set `g:flake8_cmd`: let g:flake8_cmd="/opt/strangebin/flake8000"