]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: Fix minor typo (unkown)
authorYuri Chornoivan <yurchor@ukr.net>
Wed, 26 Feb 2014 17:06:13 +0000 (19:06 +0200)
committerEric Blake <eblake@redhat.com>
Wed, 26 Feb 2014 17:36:42 +0000 (10:36 -0700)
Signed-off-by: Eric Blake <eblake@redhat.com>
tools/virsh-domain-monitor.c
tools/wireshark/util/genxdrstub.pl

index 4905b7ec95595a20853aae3b53789eaf90eec67d..bd894996bcad125cee8447faeabf291372a4e064 100644 (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"),
index 877c3bbdcf2937c0c746f6c6488093488f2afe91..76ccda9360a653257f51bbdc7a86be3ae0f4c3b3 100755 (executable)
@@ -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";
             }
         }