From 2f85a3ce1c4da94727cc3e25b367de6c0793edf3 Mon Sep 17 00:00:00 2001 From: fetsorn Date: Wed, 31 May 2023 03:59:07 +0400 Subject: [PATCH] tig: fix typo --- pkgs/applications/version-management/tig/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/tig/default.nix b/pkgs/applications/version-management/tig/default.nix index ada5f9fea640..188a0b115fdd 100644 --- a/pkgs/applications/version-management/tig/default.nix +++ b/pkgs/applications/version-management/tig/default.nix @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { cp contrib/vim.tigrc $out/etc/ # Note: Until https://github.com/jonas/tig/issues/940 is resolved it is best - # not to install the ZSH completion so that the fallback implemenation from + # not to install the ZSH completion so that the fallback implementation from # ZSH can be used (Completion/Unix/Command/_git: "_tig () { _git-log }"): #install -D contrib/tig-completion.zsh $out/share/zsh/site-functions/_tig