diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2017-01-12 20:00:55 -0500 |
---|---|---|
committer | Jeremy Bicha <jbicha@ubuntu.com> | 2017-01-12 20:00:55 -0500 |
commit | e2274393b882c723ab93189c57e7e68a46e4e10f (patch) | |
tree | ce9d6801087613d625fb5a9aab0cd411886307b1 /doc/examples/cloud-config.txt | |
parent | a3daf184fd47dede8d91588281437453bd38fc1c (diff) | |
download | vyos-cloud-init-e2274393b882c723ab93189c57e7e68a46e4e10f.tar.gz vyos-cloud-init-e2274393b882c723ab93189c57e7e68a46e4e10f.zip |
Fix minor docs typo: perserve > preserve
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |