libpkgconf: fix typo

"someting" -> "something"
This commit is contained in:
fetsorn 2023-05-08 22:08:36 +04:00
parent 5e77899001
commit 392fabcf26

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
# reason, but in this case the dev output is for the `libpkgconf` library,
# while the aclocal stuff is for the tool. The tool is already for use during
# development, so there is no reason to have separate "dev-bin" and "dev-lib"
# outputs or someting.
# outputs or something.
+ ''
mv ${placeholder "dev"}/share ${placeholder "out"}
'';