waagent: fix typo

Changed files
+1 -1
nixos
modules
virtualisation
+1 -1
nixos/modules/virtualisation/waagent.nix
···
attrsOf (
either atom (attrsOf atom)
// {
-
description = atom.description + "or an attribute set of them";
}
);
generate =
···
attrsOf (
either atom (attrsOf atom)
// {
+
description = atom.description + " or an attribute set of them";
}
);
generate =