tpacpi-bat: fix typo
"thesholds" -> "thresholds"
This commit is contained in:
parent
2fe24d5984
commit
16bfccf49f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue