about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-19 22:11:55 -0400
committerfigsoda <figsoda@pm.me>2023-05-19 22:31:04 -0400
commit98b9e41f619e7618a5134147d363cd7ad1f6d88d (patch)
treec74aac6ffb5ac06e423beadc25debcaf3491835a /pkgs/shells
parent701bcdbead7597cddd3fc92a3581da95a138ef45 (diff)
downloadnixlib-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar
nixlib-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.gz
nixlib-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.bz2
nixlib-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.lz
nixlib-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.xz
nixlib-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.zst
nixlib-98b9e41f619e7618a5134147d363cd7ad1f6d88d.zip
pkgs: fix typos
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/bash/bash-completion/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/bash/bash-completion/default.nix b/pkgs/shells/bash/bash-completion/default.nix
index 48139babe1d4..a909d9461e74 100644
--- a/pkgs/shells/bash/bash-completion/default.nix
+++ b/pkgs/shells/bash/bash-completion/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   strictDeps = true;
   nativeBuildInputs = [ autoreconfHook ];
 
-  # tests are super flaky unfortunately, and regularily break.
+  # tests are super flaky unfortunately, and regularly break.
   # let's disable them for now.
   doCheck = false;
   nativeCheckInputs = [