From a330c79ba2992e5e09751b8a6c4185c2de2a6219 Mon Sep 17 00:00:00 2001 From: philm Date: Sun, 8 May 2011 08:25:12 +0000 Subject: [PATCH] larch: typo --- larch/cli/larchify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larch/cli/larchify.py b/larch/cli/larchify.py index 4860ac0e9..cee114116 100755 --- a/larch/cli/larchify.py +++ b/larch/cli/larchify.py @@ -111,7 +111,7 @@ class Builder: if os.path.isfile("%s/boot/%s" % (self.installation0, 'vmlinuz26-lts')): writefile('vmlinuz26-lts', self.medium_dir + '/boot/kernelname-lts') - # if burg folder found we backup it up and restore with tribe later + # if burg folder found we back it up and restore with tribe later if os.path.isfile("%s/boot/burg" % (self.installation0)): comment("Backup any found burg folder for tribe to restore") runcmd("mkdir -p %s/opt/chakra/restore" % (self.installation0))