waagent: fix typo

This commit is contained in:
codgician 2024-12-16 19:49:19 +08:00
parent 2249c0859e
commit d3d6adec36
No known key found for this signature in database

View File

@ -31,7 +31,7 @@ let
attrsOf ( attrsOf (
either atom (attrsOf atom) either atom (attrsOf atom)
// { // {
description = atom.description + "or an attribute set of them"; description = atom.description + " or an attribute set of them";
} }
); );
generate = generate =