nixos/networking: Typo fix

This commit is contained in:
Jade 2022-02-04 13:53:37 -05:00
parent 9faf8ff7b4
commit fe636b4805
No known key found for this signature in database
GPG Key ID: 80A1F76FC9F954AE

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.";
};
};
};