[libvirt] [PATCH] storage: fix typo

Daniel P. Berrange berrange at redhat.com
Wed Feb 29 10:53:57 UTC 2012


On Wed, Feb 29, 2012 at 11:44:47AM +0100, Michal Privoznik wrote:
> * src/storage/storage_driver.c (storageVolumeWipeInternal):
>     s/ pfitzner33/pfitzner33/.
> ---
>  src/storage/storage_driver.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c
> index 540e5d7..9130a40 100644
> --- a/src/storage/storage_driver.c
> +++ b/src/storage/storage_driver.c
> @@ -1937,7 +1937,7 @@ storageVolumeWipeInternal(virStorageVolDefPtr def,
>              alg_char = "pfitzner7";
>              break;
>          case VIR_STORAGE_VOL_WIPE_ALG_PFITZNER33:
> -            alg_char = " pfitzner33";
> +            alg_char = "pfitzner33";
>              break;
>          case VIR_STORAGE_VOL_WIPE_ALG_RANDOM:
>              alg_char = "random";

ACK

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list