Diff comments:
> diff --git a/cloudinit/config/cc_mounts.py b/cloudinit/config/cc_mounts.py
> index f14a4fc..6bd713a 100644
> --- a/cloudinit/config/cc_mounts.py
> +++ b/cloudinit/config/cc_mounts.py
> @@ -337,7 +337,7 @@ def handle(_name, cfg, cloud, log, _args):
> start = str(cfgmnt[i][0])
> sanitized = sanitize_devname(start, cloud.device_name_to_device, log)
> if sanitized is None:
> - log.debug("Ignorming nonexistant named mount %s", start)
> + log.debug("Ignoring nonexistant named mount %s", start)
While fixing this spelling, we should also fix nonexistent :)
> continue
>
> if sanitized != start:
--
https://code.launchpad.net/~thenarcotk/cloud-init/+git/cloud-init/+merge/345608
Your team cloud-init commiters is requested to review the proposed merge of
~thenarcotk/cloud-init:fix-spelling-error-cc-mounts into cloud-init:master.
_______________________________________________
Mailing list: https://launchpad.net/~cloud-init-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~cloud-init-dev
More help : https://help.launchpad.net/ListHelp