[libvirt] [PATCH] Fix typos in libvirt messages

Eric Blake eblake at redhat.com
Wed Jan 4 03:32:55 UTC 2012


On 01/03/2012 12:35 PM, Yuri Chornoivan wrote:
> Hi!
> 
> Attached to this message you can find a patch from BZ 770954 [1]

Thanks.  ACK to your changes, and I've added you to AUTHORS (let me know
if I need to adjust anything for the preferred spelling of your name).

> 
> Thanks for reviewing it. Additionally, it can be useful to replace all
> "dettach" occurrences with "detach".

In user-visible messages (and perhaps comments), yes, but not in the
API.  Alas, backwards compatibility says that we are stuck with the typo
in the public entry point.

> +++ b/src/libvirt.c
> @@ -1025,7 +1025,7 @@ virConnectOpenFindURIAliasMatch(virConfValuePtr value, const char *alias, char *
>          safe  = strspn(entry->str, URI_ALIAS_CHARS);
>          if (safe < (offset - entry->str)) {
>              virLibConnError(VIR_ERR_CONF_SYNTAX,
> -                            _("Malformed 'uri_aliases' config entry '%s', aliases may only container 'a-Z, 0-9, _, -'"),
> +                            _("Malformed 'uri_aliases' config entry '%s', aliases may only contain 'a-Z, 0-9, _, -'"),
>                              entry->str);
>              return -1;
>          }
> @@ -10653,7 +10653,7 @@ virInterfaceFree(virInterfacePtr iface)
>   * This functions creates a restore point to which one can return
>   * later by calling virInterfaceChangeRollback(). This function should
>   * be called before any transaction with interface configuration.
> - * Once knowing, new configuration works, it can be commited via
> + * Once knowing, new configuration works, it can be committed via

Two tweaks that I squashed in:

s/This functions/This function/
s/Once knowing, new/Once it is known that a new/

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120103/8f0450a7/attachment-0001.sig>


More information about the libvir-list mailing list