codespell: fix typo

This commit is contained in:
Sandro Jäckel
2021-02-14 06:34:28 +01:00
parent 6b2bf618f3
commit 33a388084f

View File

@@ -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" ];