]> git.proxmox.com Git - mirror_qemu.git/commitdiff
scripts/argparse.py: spelling (independant)
authorMichael Tokarev <mjt@tls.msk.ru>
Thu, 11 Jan 2018 14:31:06 +0000 (17:31 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 10 Feb 2018 07:03:39 +0000 (10:03 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
scripts/argparse.py

index 288c1f06c07de4f9e45c5d68832ab445f40d40c0..27d1f28935f44a6d879f78843f0ca01ca3db756e 100644 (file)
@@ -76,7 +76,7 @@ considered public as object names -- the API of the formatter objects is
 still considered an implementation detail.)
 """
 
-__version__ = '1.4.0'  # we use our own version number independant of the
+__version__ = '1.4.0'  # we use our own version number independent of the
                        # one in stdlib and we release this on pypi.
 
 __external_lib__ = True  # to make sure the tests really test THIS lib,