tetraproc: fix typo

This commit is contained in:
fetsorn 2023-05-31 03:58:48 +04:00
parent 824421b179
commit df7b182922

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
postInstall = ''
# Make sure Jack is avalable in $PATH for tetraproc
# Make sure Jack is available in $PATH for tetraproc
wrapProgram $out/bin/tetraproc --prefix PATH : "${jack2}/bin"
'';