Fix the misspelling of "container"

Change-Id: I5b0ba4e516af2facb145f9f228aa168de75402dd
This commit is contained in:
lijunjie 2019-01-23 16:28:58 +08:00
parent fe309dc0c9
commit ed8a54347d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ nspawn_networks:
# This is a list of items that will be passed into the container as READ-ONLY
# files or directories. If any of these items are passed into the container
# the container create process will ensure the file is not present within the
# contianer prior to writting the config.
# container prior to writting the config.
# nspawn_read_only_host_bindmount:
# - { source: /etc/resolv.conf, dest: /etc/resolv.conf }
nspawn_read_only_host_bindmount: "{{ _nspawn_read_only_host_bindmount | default([]) }}"