From 742a554a474475ac70f023e18a6ed29b2b88f906 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 19 Jun 2012 18:34:09 -0700 Subject: Fix logging message spelling --- cloudinit/transforms/bootcmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/transforms/bootcmd.py b/cloudinit/transforms/bootcmd.py index 0c45a307..635e3a1f 100644 --- a/cloudinit/transforms/bootcmd.py +++ b/cloudinit/transforms/bootcmd.py @@ -31,7 +31,7 @@ def handle(name, cfg, cloud, log, _args): if "bootcmd" not in cfg: log.debug(("Skipping transform named %s," - " no 'bootcomd' key in configuration"), name) + " no 'bootcmd' key in configuration"), name) return with tempfile.NamedTemporaryFile(suffix=".sh") as tmpf: -- cgit v1.2.3