Correct 'descirption' typo

This commit is contained in:
niten 2023-11-26 15:31:20 -08:00
parent 1cc5912864
commit 92158d0f0c
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ in {
password-file = mkOption { password-file = mkOption {
type = str; type = str;
descirption = description =
"File containing password with which to authenticate to MQTT server."; "File containing password with which to authenticate to MQTT server.";
}; };
}; };