From e2274393b882c723ab93189c57e7e68a46e4e10f Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Thu, 12 Jan 2017 20:00:55 -0500 Subject: Fix minor docs typo: perserve > preserve --- cloudinit/config/cc_set_hostname.py | 2 +- doc/examples/cloud-config.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudinit/config/cc_set_hostname.py b/cloudinit/config/cc_set_hostname.py index e42799f9..aa3dfe5f 100644 --- a/cloudinit/config/cc_set_hostname.py +++ b/cloudinit/config/cc_set_hostname.py @@ -27,7 +27,7 @@ will be used. **Config keys**:: - perserve_hostname: + preserve_hostname: fqdn: hostname: """ diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index c5f84b13..c03f1026 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -200,7 +200,7 @@ ssh_import_id: [smoser] # # Default: none # -debconf_selections: | # Need to perserve newlines +debconf_selections: | # Need to preserve newlines # Force debconf priority to critical. debconf debconf/priority select critical -- cgit v1.2.3