[libvirt] [PATCH] virsh: Clean up usage of boolean flag variables

Peter Krempa pkrempa at redhat.com
Tue Apr 10 13:53:02 UTC 2012


On 04/10/2012 02:55 PM, Eric Blake wrote:
> On 04/10/2012 06:44 AM, Peter Krempa wrote:
>> This patch cleans up variables used to store boolean command flags that
>> are inquired by vshCommandOptBool to use the bool data type instead of
>> an integer.
>>
>> Additionaly this patch cleans up flag variables that are inferred from
>
> s/Additionaly/Additionally/

I should start being ashamed of misspellings like this :(
>
>> existing flags.
>> ---
>>   tools/virsh.c |  120 ++++++++++++++++++++++++++++----------------------------
>>   1 files changed, 60 insertions(+), 60 deletions(-)
>
> ACK; fairly mechanical, and the result is easier to read.

Thanks; pushed.

Peter




More information about the libvir-list mailing list