[virt-tools-list] [virt-manager PATCH] diskbackend: fix some comment typos

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Tue Dec 9 07:54:39 UTC 2014


s/if/If
s/a/an

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
Note: pushed as trivial.

 virtinst/diskbackend.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtinst/diskbackend.py b/virtinst/diskbackend.py
index 8e795b6..c77fa9f 100644
--- a/virtinst/diskbackend.py
+++ b/virtinst/diskbackend.py
@@ -297,8 +297,8 @@ class CloneStorageCreator(_StorageCreator):
             logging.debug("Source and destination are the same. Skipping.")
             return
 
-        # if a destination file exists and sparse flg is True,
-        # this priority takes a existing file.
+        # If a destination file exists and sparse flag is True,
+        # this priority takes an existing file.
 
         if (not os.path.exists(self._output_path) and self._sparse):
             clone_block_size = 4096
-- 
1.9.3




More information about the virt-tools-list mailing list