summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-12-17 12:36:07 +0000
committerw0rp <devw0rp@gmail.com>2017-12-17 12:36:07 +0000
commit7e793c9d71c93e03d38fcf952b926069473c2705 (patch)
tree63ee0df8d7811ae162b147354a4013c1088ecca5
parent09d3ecc49bf6bdbfacf04855f22d32c5aad411c9 (diff)
downloadale-7e793c9d71c93e03d38fcf952b926069473c2705.zip
Fix a typo
-rw-r--r--autoload/ale/python.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/python.vim b/autoload/ale/python.vim
index 90721ef1..7a294e4a 100644
--- a/autoload/ale/python.vim
+++ b/autoload/ale/python.vim
@@ -31,7 +31,7 @@ endfunction
" The root directory is defined as the first directory found while searching
" upwards through paths, including the current directory, until a path
" containing an init file (one from MANIFEST.in, setup.cfg, pytest.ini,
-" tox.ini) is found. If it is not possible to find the project root directorty
+" tox.ini) is found. If it is not possible to find the project root directory
" via init file, then it will be defined as the first directory found
" searching upwards through paths, including the current directory, until no
" __init__.py files is found.