[libvirt] [python PATCH v4 1/2] generator.py: typo fix

Daniel P. Berrangé berrange at redhat.com
Mon Feb 11 14:49:17 UTC 2019


On Thu, Feb 07, 2019 at 04:39:53PM -0600, Eric Blake wrote:
> Signed-off-by: Eric Blake <eblake at redhat.com>
> ---
>  generator.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/generator.py b/generator.py
> index 6cb923f..ffa3ce5 100755
> --- a/generator.py
> +++ b/generator.py
> @@ -1095,7 +1095,7 @@ def is_python_noninteger_type (name):
>      return name[-1:] == "*"
> 
>  def nameFixup(name, classe, type, file):
> -    # avoid a desastrous clash
> +    # avoid a disastrous clash
>      listname = classe + "List"
>      ll = len(listname)
>      l = len(classe)

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list