From 7e793c9d71c93e03d38fcf952b926069473c2705 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 17 Dec 2017 12:36:07 +0000 Subject: [PATCH] Fix a typo --- autoload/ale/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/python.vim b/autoload/ale/python.vim index 90721ef..7a294e4 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.