typo fix
authorGui Chen <gui.chen@intel.com>
Wed, 15 May 2013 11:07:37 +0000 (07:07 -0400)
committerGui Chen <gui.chen@intel.com>
Wed, 15 May 2013 11:07:37 +0000 (07:07 -0400)
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/utils/fs_related.py

index 06e9d84..86f947b 100644 (file)
@@ -110,7 +110,7 @@ class BindChrootMount:
         self.root = os.path.abspath(os.path.expanduser(chroot))
         self.option = option
 
-        self.origsrc = self.src = src
+        self.orig_src = self.src = src
         if os.path.islink(src):
             self.src = os.readlink(src)