Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
tools/virsh-completer.c | 2 +-
tools/virsh-pool.c | 2 +-
tools/wireshark/util/genxdrstub.pl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/virsh-completer.c b/tools/virsh-completer.c
index 08f3825e89..a05ce0bfca 100644
--- a/tools/virsh-completer.c
+++ b/tools/virsh-completer.c
@@ -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:
*
diff --git a/tools/virsh-pool.c b/tools/virsh-pool.c
index 497b409989..0f82cdb308 100644
--- a/tools/virsh-pool.c
+++ b/tools/virsh-pool.c
@@ -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}
};
diff --git a/tools/wireshark/util/genxdrstub.pl b/tools/wireshark/util/genxdrstub.pl
index 36441c1759..8cfda25a27 100755
--- a/tools/wireshark/util/genxdrstub.pl
+++ b/tools/wireshark/util/genxdrstub.pl
@@ -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
<%
--
2.26.2