mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
storage: fix typo
* src/storage/storage_driver.c (storageVolumeWipeInternal): s/ pfitzner33/pfitzner33/.
This commit is contained in:
parent
238a5a4c3d
commit
c0f722240d
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user