summary refs log tree commit diff
path: root/pkgs/shells/bash
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/bash
parent701bcdbead7597cddd3fc92a3581da95a138ef45 (diff)
downloadnixpkgs-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar
nixpkgs-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.gz
nixpkgs-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.bz2
nixpkgs-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.lz
nixpkgs-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.xz
nixpkgs-98b9e41f619e7618a5134147d363cd7ad1f6d88d.tar.zst
nixpkgs-98b9e41f619e7618a5134147d363cd7ad1f6d88d.zip
pkgs: fix typos
Diffstat (limited to 'pkgs/shells/bash')
-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 48139babe1d..a909d9461e7 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 = [