yices: fix typo in comment

Luflosi ddb714f6 07513e2c

+1 -1
+1 -1
pkgs/applications/science/logic/yices/default.nix
··· 13 13 }; 14 14 15 15 patches = [ 16 - # musl las no ldconfig, create symlinks explicitly 16 + # musl has no ldconfig, create symlinks explicitly 17 17 ./linux-no-ldconfig.patch 18 18 ]; 19 19 postPatch = "patchShebangs tests/regress/check.sh";