提交 0e55eb04 编写于 作者: Y Yuri Chornoivan 提交者: Eric Blake

maint: Fix minor typo (unkown)

Signed-off-by: NEric Blake <eblake@redhat.com>
上级 bf5dbce6
......@@ -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"),
......
......@@ -67,7 +67,7 @@ for my $proto (@ARGV) {
# Top level of name path is type identification of itself
$lex->define_dissector($lex->idstrip);
} else {
die "Unkown lexical appeared: $lex";
die "Unknown lexical appeared: $lex";
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册