maint: Fix minor typo (unkown)

Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Yuri Chornoivan 2014-02-26 19:06:13 +02:00 committed by Eric Blake
parent bf5dbce61e
commit 0e55eb0460
2 changed files with 2 additions and 2 deletions

View File

@ -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"),

View File

@ -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";
}
}