mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
maint: Fix minor typo (unkown)
Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
committed by
Eric Blake
parent
bf5dbce61e
commit
0e55eb0460
@@ -155,7 +155,7 @@ VIR_ENUM_IMPL(vshDomainNostateReason,
|
||||
VIR_ENUM_DECL(vshDomainRunningReason)
|
||||
VIR_ENUM_IMPL(vshDomainRunningReason,
|
||||
VIR_DOMAIN_RUNNING_LAST,
|
||||
N_("unkown"),
|
||||
N_("unknown"),
|
||||
N_("booted"),
|
||||
N_("migrated"),
|
||||
N_("restored"),
|
||||
|
||||
Reference in New Issue
Block a user