all-packages.nix: fix typos

"trigerring" -> "triggering"
This commit is contained in:
fetsorn 2023-05-08 22:04:32 +04:00
parent ebc12d6b77
commit 60572dc641

View file

@ -32425,7 +32425,7 @@ with pkgs;
inherit lua;
};
# Wraps without trigerring a rebuild
# Wraps without triggering a rebuild
wrapMpv = callPackage ../applications/video/mpv/wrapper.nix { };
mpv = wrapMpv mpv-unwrapped { };