treewide: fix typos

This commit is contained in:
Felix Buehler 2023-06-22 20:54:16 +02:00
parent 785f9d198b
commit c1ab1c5e7c
11 changed files with 16 additions and 16 deletions

View file

@ -8,7 +8,7 @@ in
OnFailureMail = mkOption {
type = types.nullOr (types.str);
description = lib.mdDoc "Mail adress where to send the error report";
description = lib.mdDoc "Mail address where to send the error report";
default = null;
example = "alarm@mail.com";
};