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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



s/if/If
s/a/an

Signed-off-by: Chen Hanxiao <chenhanxiao@xxxxxxxxxxxxxx>
---
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

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux