diff options
author | Ben Howard <ben.howard@canonical.com> | 2014-01-17 08:27:09 -0700 |
---|---|---|
committer | Ben Howard <ben.howard@canonical.com> | 2014-01-17 08:27:09 -0700 |
commit | 91d15b934b655fc56af416309ee020caac24ca3f (patch) | |
tree | dd5e25e073fa4b362950de6f40d2629332b9d714 /doc | |
parent | 13d9bf99ee49e2b72cfe63ee9d90c231890e292a (diff) | |
download | vyos-cloud-init-91d15b934b655fc56af416309ee020caac24ca3f.tar.gz vyos-cloud-init-91d15b934b655fc56af416309ee020caac24ca3f.zip |
pep8 and pylint fixes; typo fix for documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vendordata.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/vendordata.txt b/doc/vendordata.txt index 63a6c999..530e3b4c 100644 --- a/doc/vendordata.txt +++ b/doc/vendordata.txt @@ -20,7 +20,7 @@ user can accidently override choices. Further, we strongly advise vendors to not 'be evil'. By evil, we mean any action that could compromise a system. Since users trust you, please take care to make sure that any vendordata is safe, -atomic, indopenant and does not put your users at risk. +atomic, idempotent and does not put your users at risk. cloud-init can read this input and act on it in different ways. |