[libvirt] [PATCH] storage: fix a typo

Alex Jia ajia at redhat.com
Wed Feb 29 06:21:41 UTC 2012


* src/storage/storage_driver.c (storageVolumeWipeInternal): s/shneier/schneier.

http://code.google.com/p/diskscrub/

Signed-off-by: Alex Jia <ajia at redhat.com>
---
 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 df0e291..540e5d7 100644
--- a/src/storage/storage_driver.c
+++ b/src/storage/storage_driver.c
@@ -1931,7 +1931,7 @@ storageVolumeWipeInternal(virStorageVolDefPtr def,
             alg_char = "gutmann";
             break;
         case VIR_STORAGE_VOL_WIPE_ALG_SCHNEIER:
-            alg_char = "shneier";
+            alg_char = "schneier";
             break;
         case VIR_STORAGE_VOL_WIPE_ALG_PFITZNER7:
             alg_char = "pfitzner7";
-- 
1.7.1




More information about the libvir-list mailing list