From: Alastair Tse Date: Wed, 24 Jan 2007 18:06:14 +0000 (+0000) Subject: [XEND] Fix typo in XendNode X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15371^2~62 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ba013786004683c682fb32910fa42ba580e62472;p=xen.git [XEND] Fix typo in XendNode Signed-off-by: Alastair Tse --- diff --git a/tools/python/xen/xend/XendNode.py b/tools/python/xen/xend/XendNode.py index fa2e81bb70..6445914925 100644 --- a/tools/python/xen/xend/XendNode.py +++ b/tools/python/xen/xend/XendNode.py @@ -138,7 +138,7 @@ class XendNode: if not self.get_sr_by_type('qcow_file'): qcow_sr_uuid = uuid.createString() - self.srs[qcow_sr_uuid] = XendQCowStorageRepo(qcow_sr_uuid) + self.srs[qcow_sr_uuid] = XendQCoWStorageRepo(qcow_sr_uuid)