typo: powerManagment -> powerManagement (#25813)

This commit is contained in:
Matthew Maurer 2017-05-16 12:22:44 -04:00 committed by Vladimír Čunát
parent f5b6c1e58d
commit b0ec4b8cc7

View File

@ -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