summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_write_files.py
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2018-06-28 14:20:49 -0400
committerScott Moser <smoser@brickies.net>2018-06-28 14:20:49 -0400
commit0db174513af41e14bc451631fd7f97710c898aa2 (patch)
tree9362157826eac09a815103b4ef628409e0cfc45d /cloudinit/config/cc_write_files.py
parent7c88f96245535aacfac9b0b04d9c0d82ac2067f4 (diff)
downloadvyos-cloud-init-0db174513af41e14bc451631fd7f97710c898aa2.tar.gz
vyos-cloud-init-0db174513af41e14bc451631fd7f97710c898aa2.zip
docs: Fix a small spelling error.
standargs -> standards.
Diffstat (limited to 'cloudinit/config/cc_write_files.py')
-rw-r--r--cloudinit/config/cc_write_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_write_files.py b/cloudinit/config/cc_write_files.py
index 54ae3a68..1b7e7e30 100644
--- a/cloudinit/config/cc_write_files.py
+++ b/cloudinit/config/cc_write_files.py
@@ -15,7 +15,7 @@ binary gzip data can be specified and will be decoded before being written.
.. note::
if multiline data is provided, care should be taken to ensure that it
- follows yaml formatting standargs. to specify binary data, use the yaml
+ follows yaml formatting standards. to specify binary data, use the yaml
option ``!!binary``
**Internal name:** ``cc_write_files``