[libvirt] [PATCH] storage: fix a typo

Alex Jia ajia at redhat.com
Wed Feb 29 09:39:36 UTC 2012


On 02/29/2012 04:20 PM, Daniel P. Berrange wrote:
> On Wed, Feb 29, 2012 at 02:21:41PM +0800, Alex Jia wrote:
>> * 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(-)
> ACK
>
Thanks and push now.
>> 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";
>> -- 
>
> Daniel




More information about the libvir-list mailing list