Fix typo in docstring

Change-Id: I5560d699a655ead907b7466e6c6c1813aad33f2c
This commit is contained in:
chenaidong1 2017-05-12 16:25:26 +08:00 committed by Julien Danjou
parent e723a897f1
commit 398e42fd84
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ OPTS = [
LIBVIRT_PER_TYPE_URIS = dict(uml='uml:///system', xen='xen:///', lxc='lxc:///')
# We don't use the libvirt constants in case of libvirt is not avialable
# We don't use the libvirt constants in case of libvirt is not available
VIR_DOMAIN_NOSTATE = 0
VIR_DOMAIN_RUNNING = 1
VIR_DOMAIN_BLOCKED = 2