Fix typo.
authorZhang Qiang <qiang.z.zhang@intel.com>
Thu, 1 Dec 2011 06:48:51 +0000 (14:48 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Thu, 1 Dec 2011 06:48:51 +0000 (14:48 +0800)
plugins/imager/liveusb_plugin.py

index 7af6feb..6961b59 100644 (file)
@@ -126,7 +126,7 @@ class LiveUSBPlugin(ImagerPlugin):
             raise errors.CreatorError("Unsupported filesystem type: %s" % fstype)
 
         extmnt = misc.mkdtemp()
-        extloop = MyDiskMount(fs_related.SparseLoopbackDisk(os_image, imgsize),
+        extloop = myDiskMount(fs_related.SparseLoopbackDisk(os_image, imgsize),
                               extmnt,
                               fstype,
                               4096,