summaryrefslogtreecommitdiff
path: root/doc/sources
diff options
context:
space:
mode:
authorBen Howard <ben.howard@canonical.com>2013-08-23 09:10:30 -0600
committerBen Howard <ben.howard@canonical.com>2013-08-23 09:10:30 -0600
commit0a667454289a788a6f406e66d78a34c7ec914daa (patch)
tree9d33c4197c8d51f905c58a7de3a44b4e82437a49 /doc/sources
parent89d58c94d59c62dddea3f77b7a805c1afa2ca955 (diff)
downloadvyos-cloud-init-0a667454289a788a6f406e66d78a34c7ec914daa.tar.gz
vyos-cloud-init-0a667454289a788a6f406e66d78a34c7ec914daa.zip
Fixed some typos. Change decode_base64 from sys_cfg to ds_cfg
Diffstat (limited to 'doc/sources')
-rw-r--r--doc/sources/smartos/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sources/smartos/README.rst b/doc/sources/smartos/README.rst
index ba90e7af..8f72fa0f 100644
--- a/doc/sources/smartos/README.rst
+++ b/doc/sources/smartos/README.rst
@@ -35,7 +35,7 @@ user-script
SmartOS traditionally supports sending over a user-script for execution at the
rc.local level. Cloud-init supports running user-scripts as if they were
-cloud-init user-data. In this sense, anything with a shell interpetter
+cloud-init user-data. In this sense, anything with a shell interpreter
directive will run
user-data and user-script
@@ -47,7 +47,7 @@ always supercede any user-script data. This is for consistency.
base64
------
-The following are excempt from base64 encoding, owing to the fact that they
+The following are exempt from base64 encoding, owing to the fact that they
are provided by SmartOS:
* root_authorized_keys
* enable_motd_sys_info
@@ -63,4 +63,4 @@ or not to base64 decode something:
* base_64_encoded: A comma deliminated list of which values are base64
encoded.
* no_base64_decode: This is a configuration setting (i.e. /etc/cloud/cloud.cfg.d)
- that sets which values should not be base64 decoded.
+ that sets which values should not be base64 decoded.