]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tools: fix misc spelling errors reported by codespell
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 2 Oct 2020 14:07:27 +0000 (15:07 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 5 Oct 2020 09:28:45 +0000 (10:28 +0100)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tools/virsh-completer.c
tools/virsh-pool.c
tools/wireshark/util/genxdrstub.pl

index 08f3825e896979536308fd1b24c02264efd50c8b..a05ce0bfcae6dfa88c75be444866cd35aaf17552 100644 (file)
@@ -66,7 +66,7 @@
  *
  *   virsh command --arg str1,str2,str3
  *
- * This does not play nicely with our completer funtions, because
+ * This does not play nicely with our completer functions, because
  * they have to return strings prepended with user's input. For
  * instance:
  *
index 497b40998948bfd14fd55dae601f641ad0816ac5..0f82cdb3080bc68d3b589590cbb8e7a98632d8f4 100644 (file)
@@ -1572,7 +1572,7 @@ static const vshCmdOptDef opts_pool_info[] = {
 
     {.name = "bytes",
      .type = VSH_OT_BOOL,
-     .help = N_("Reture pool info in bytes"),
+     .help = N_("Return pool info in bytes"),
     },
     {.name = NULL}
 };
index 36441c1759a283a4b01635ce9bd062efbed38943..8cfda25a27eb5e2468d2af7215c93d83e54f80ee 100755 (executable)
@@ -853,7 +853,7 @@ sub parse {
     @lexs;
 }
 
-# Followings are code templates handled by PT
+# Following are code templates handled by PT
 __END__<<DUMMY # Dummy heredoc to disable perl syntax highlighting
 @@ Sym::Type#render_dissector
 <%