tpacpi-bat: fix typo

"thesholds" -> "thresholds"
This commit is contained in:
fetsorn 2023-05-08 22:01:23 +04:00
parent 2fe24d5984
commit 16bfccf49f

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = {
maintainers = [lib.maintainers.orbekk];
platforms = lib.platforms.linux;
description = "Tool to set battery charging thesholds on Lenovo Thinkpad";
description = "Tool to set battery charging thresholds on Lenovo Thinkpad";
license = lib.licenses.gpl3Plus;
};
}