codespell: fix typo
This commit is contained in:
parent
6b2bf618f3
commit
33a388084f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildPythonApplication rec {
|
|||
export ASPELL_CONF="dict-dir ${aspellDicts.en}/lib/aspell"
|
||||
'';
|
||||
|
||||
# tries to run not rully installed script
|
||||
# tries to run not fully installed script
|
||||
disabledTests = [ "test_command" ];
|
||||
|
||||
pythonImportsCheck = [ "codespell_lib" ];
|
||||
|
|
Loading…
Reference in a new issue