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