codespell: fix typo

This commit is contained in:
Sandro Jäckel 2021-02-14 06:34:28 +01:00
parent 6b2bf618f3
commit 33a388084f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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