From b0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Tue, 16 May 2017 12:22:44 -0400 Subject: [PATCH] typo: powerManagment -> powerManagement (#25813) --- nixos/modules/tasks/powertop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/tasks/powertop.nix b/nixos/modules/tasks/powertop.nix index 6f57f5f5c25..0ec4974789b 100644 --- a/nixos/modules/tasks/powertop.nix +++ b/nixos/modules/tasks/powertop.nix @@ -3,11 +3,11 @@ with lib; let - cfg = config.powerManagment.powertop; + cfg = config.powerManagement.powertop; in { ###### interface - options.powerManagment.powertop.enable = mkEnableOption "powertop auto tuning on startup"; + options.powerManagement.powertop.enable = mkEnableOption "powertop auto tuning on startup"; ###### implementation