nixos/networking: Typo fix

This commit is contained in:
Jade
2022-02-04 13:53:37 -05:00
parent 9faf8ff7b4
commit fe636b4805

View File

@@ -305,7 +305,7 @@ let
enable = mkOption {
type = types.bool;
default = false;
description = "Wether to enable wol on this interface.";
description = "Whether to enable wol on this interface.";
};
};
};