Skip to content

Commit

Permalink
typo: powerManagment -> powerManagement (#25813)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurer authored and vcunat committed May 16, 2017
1 parent f5b6c1e commit b0ec4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/tasks/powertop.nix
Expand Up @@ -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

Expand Down

0 comments on commit b0ec4b8

Please sign in to comment.