From 16bfccf49fee207437e5d5339e35071c7789693b Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 22:01:23 +0400 Subject: [PATCH] tpacpi-bat: fix typo "thesholds" -> "thresholds" --- pkgs/os-specific/linux/tpacpi-bat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/tpacpi-bat/default.nix b/pkgs/os-specific/linux/tpacpi-bat/default.nix index 5512eed63ab..2ec8badb1ce 100644 --- a/pkgs/os-specific/linux/tpacpi-bat/default.nix +++ b/pkgs/os-specific/linux/tpacpi-bat/default.nix @@ -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; }; }