]> xenbits.xensource.com Git - libvirt.git/commitdiff
storage: fix typo
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 29 Feb 2012 10:42:00 +0000 (11:42 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 29 Feb 2012 10:44:23 +0000 (11:44 +0100)
* src/storage/storage_driver.c (storageVolumeWipeInternal):
    s/ pfitzner33/pfitzner33/.

src/storage/storage_driver.c

index 540e5d7116338b889d7bd8116299eb27120762f5..9130a40f5c3138fd664e02b1416083a167085229 100644 (file)
@@ -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";