mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tools: fix misc spelling errors reported by codespell
Reviewed-by: Peter Krempa <pkrempa@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
9c1dc67403
commit
e0f54d6663
@ -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:
|
||||
*
|
||||
|
@ -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}
|
||||
};
|
||||
|
@ -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
|
||||
<%
|
||||
|
Loading…
Reference in New Issue
Block a user