[virt-tools-list] [PATCH virt-manager 5/8] createpool.py: fix comment typo
chenhanxiao at cn.fujitsu.com
chenhanxiao at cn.fujitsu.com
Thu Jun 12 06:27:41 UTC 2014
> -----Original Message-----
> From: virt-tools-list-bounces at redhat.com
> [mailto:virt-tools-list-bounces at redhat.com] On Behalf Of Giuseppe Scrivano
> Sent: Wednesday, June 11, 2014 9:04 PM
> To: virt-tools-list at redhat.com
> Subject: [virt-tools-list] [PATCH virt-manager 5/8] createpool.py: fix comment
> typo
>
> Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
> ---
> virtManager/createpool.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/virtManager/createpool.py b/virtManager/createpool.py
> index ecd0076..b28f06a 100644
> --- a/virtManager/createpool.py
> +++ b/virtManager/createpool.py
> @@ -1,5 +1,5 @@
> #
> -# Copyright (C) 2008, 2013 Red Hat, Inc.
> +# Copyright (C) 2008, 2013, 2014 Red Hat, Inc.
> # Copyright (C) 2008 Cole Robinson <crobinso at redhat.com>
> #
> # This program is free software; you can redistribute it and/or modify
> @@ -261,7 +261,7 @@ class vmmCreatePool(vmmGObjectUI):
> iqn = self._pool.supports_property("iqn")
> builddef, buildsens = self.get_build_default()
>
> - # Source path broswing is meaningless for net pools
> + # Source path browsing is meaningless for net pools
> if self._pool.type in [StoragePool.TYPE_NETFS,
> StoragePool.TYPE_ISCSI,
> StoragePool.TYPE_SCSI]:
ACK.
- Chen
More information about the virt-tools-list
mailing list