From: Daniel P. Berrangé Date: Fri, 2 Oct 2020 14:07:27 +0000 (+0100) Subject: tools: fix misc spelling errors reported by codespell X-Git-Tag: v6.9.0-rc1~391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f54d666366667dbf77848b5318b3b589e12b61;p=thirdparty%2Flibvirt.git tools: fix misc spelling errors reported by codespell Reviewed-by: Peter Krempa Signed-off-by: Daniel P. Berrangé --- 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__<