about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-12-18 18:27:57 +0100
committerGitHub <noreply@github.com>2022-12-18 18:27:57 +0100
commitf782da699e47a092764f64fc10324779f603f03b (patch)
treea841a444667adae7e93c1a9f47bb2503104f61ff /pkgs/applications/window-managers
parentc2d23d1de3b0984a4f0528717e4136ecc91fb79e (diff)
parentd48c2fd1ca35acb86d3c756215fbe4d878fc8d4b (diff)
Merge pull request #206646 from figsoda/typos
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/herbstluftwm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/herbstluftwm/default.nix b/pkgs/applications/window-managers/herbstluftwm/default.nix
index b46179599cd3c..4918dad35f425 100644
--- a/pkgs/applications/window-managers/herbstluftwm/default.nix
+++ b/pkgs/applications/window-managers/herbstluftwm/default.nix
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
     python3.pkgs.pytestCheckHook
   ];
 
-  # make the package's module avalaible
+  # make the package's module available
   preCheck = ''
     export PYTHONPATH="$PYTHONPATH:../python"
   '';