From a0193e14b28bb0049532b39d928b42a3e94e54ff Mon Sep 17 00:00:00 2001 From: Shashwat Date: Thu, 13 Dec 2018 16:00:10 +0530 Subject: [PATCH] Fixed spelling --- cloudinit/config/cc_set_hostname.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/config/cc_set_hostname.py b/cloudinit/config/cc_set_hostname.py index 3d2b2da37e7..83ccf0bed40 100644 --- a/cloudinit/config/cc_set_hostname.py +++ b/cloudinit/config/cc_set_hostname.py @@ -16,7 +16,7 @@ A hostname and fqdn can be provided by specifying a full domain name under the ``fqdn`` key. Alternatively, a hostname can be specified using the ``hostname`` -key, and the fqdn of the cloud wil be used. If a fqdn specified with the +key, and the fqdn of the cloud will be used. If a fqdn specified with the ``hostname`` key, it will be handled properly, although it is better to use the ``fqdn`` config key. If both ``fqdn`` and ``hostname`` are set, ``fqdn`` will be used.