[libvirt] [PATCH] tiny tiny typos

Dave Allan dallan at redhat.com
Wed Sep 16 15:25:00 UTC 2009


Dan Kenigsberg wrote:
> ---
>  docs/auth.html.in         |    2 +-
>  docs/downloads.html.in    |    2 +-
>  docs/errors.html          |    2 +-
>  docs/errors.html.in       |    2 +-
>  docs/formatdomain.html.in |    2 +-
>  docs/java.html.in         |    2 +-
>  docs/news.html.in         |    2 +-
>  7 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/docs/auth.html.in b/docs/auth.html.in
> index 04b1210..5e5497e 100644
> --- a/docs/auth.html.in
> +++ b/docs/auth.html.in
> @@ -151,7 +151,7 @@ Plugin "gssapiv2" [loaded],     API version: 4
>          features: WANT_CLIENT_FIRST|PROXY_AUTHENTICATION|NEED_SERVER_FQDN
>  </pre>
>      <p>
> -Next is is necessary for the administrator of the Kerberos realm to issue a principle
> +Next is necessary for the administrator of the Kerberos realm to issue a principle
>  for the libvirt server. There needs to be one principle per host running the libvirt
>  daemon. The principle should be named <code>libvirt/full.hostname at KERBEROS.REALM</code>.
>  This is typically done by running the <code>kadmin.local</code> command on the Kerberos
> diff --git a/docs/downloads.html.in b/docs/downloads.html.in
> index a34ddd1..493923c 100644
> --- a/docs/downloads.html.in
> +++ b/docs/downloads.html.in
> @@ -60,7 +60,7 @@
>      <p> The libvirt build process uses GNU autotools, so after obtaining a
>      checkout it is necessary to generate the configure script and Makefile.in
>      templates using the <code>autogen.sh</code> command, passing the extra
> -    arguments as as for configure. As an example, to do a complete build and
> +    arguments as for configure. As an example, to do a complete build and
>      install it into your home directory run:</p>
>          <pre>
>  
> diff --git a/docs/errors.html b/docs/errors.html
> index dad8c69..c34bcd8 100644
> --- a/docs/errors.html
> +++ b/docs/errors.html
> @@ -107,7 +107,7 @@ to 0 or NULL if unused</p>
>          <ul><li>str1, str2, str3: string information, usually str1 is the error
>      message format</li><li>int1, int2: integer information</li></ul>
>          <p>So usually, setting up specific error handling with libvirt consist of
> -registering an handler with with <a href="html/libvirt-virterror.html#virSetErrorFunc">virSetErrorFunc</a> or
> +registering a handler with <a href="html/libvirt-virterror.html#virSetErrorFunc">virSetErrorFunc</a> or
>  with <a href="html/libvirt-virterror.html#virConnSetErrorFunc">virConnSetErrorFunc</a>,
>  check the value of the code value, take appropriate action, if needed let
>  libvirt print the error on stderr by calling <a href="html/libvirt-virterror.html#virDefaultErrorFunc">virDefaultErrorFunc</a>.
> diff --git a/docs/errors.html.in b/docs/errors.html.in
> index 57cbe6f..cbd6e4b 100644
> --- a/docs/errors.html.in
> +++ b/docs/errors.html.in
> @@ -58,7 +58,7 @@ to 0 or NULL if unused</p>
>        <li>int1, int2: integer information</li>
>      </ul>
>      <p>So usually, setting up specific error handling with libvirt consist of
> -registering an handler with with <a href="html/libvirt-virterror.html#virSetErrorFunc">virSetErrorFunc</a> or
> +registering a handler with <a href="html/libvirt-virterror.html#virSetErrorFunc">virSetErrorFunc</a> or
>  with <a href="html/libvirt-virterror.html#virConnSetErrorFunc">virConnSetErrorFunc</a>,
>  check the value of the code value, take appropriate action, if needed let
>  libvirt print the error on stderr by calling <a href="html/libvirt-virterror.html#virDefaultErrorFunc">virDefaultErrorFunc</a>.
> diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
> index 915814d..49b212e 100644
> --- a/docs/formatdomain.html.in
> +++ b/docs/formatdomain.html.in
> @@ -500,7 +500,7 @@
>        </interface>
>        ...</pre>
>  
> -    <h5><a name="elementsNICSBridge">Bridge to to LAN</a></h5>
> +    <h5><a name="elementsNICSBridge">Bridge to LAN</a></h5>
>  
>      <p>
>        <strong><em>
> diff --git a/docs/java.html.in b/docs/java.html.in
> index 5c659bb..d3e3ebc 100644
> --- a/docs/java.html.in
> +++ b/docs/java.html.in
> @@ -5,7 +5,7 @@
>  
>  <h2>Presentation</h2>
>      <p>The Java bindings make use of <a href="https://jna.dev.java.net/">JNA</a>
> -    to expose the C API in a Java friendly way. The bindings are are based on
> +    to expose the C API in a Java friendly way. The bindings are based on
>      work initiated by Toth Istvan.</p>
>  
>  <h2>Getting it</h2>
> diff --git a/docs/news.html.in b/docs/news.html.in
> index faba773..31f4aea 100644
> --- a/docs/news.html.in
> +++ b/docs/news.html.in
> @@ -1375,7 +1375,7 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progress.</p>
>      </ul>
>      <h3>0.0.3: Feb 9 2006</h3>
>      <ul>
> -      <li>Switch name from from 'libvir' to libvirt</li>
> +      <li>Switch name from 'libvir' to libvirt</li>
>        <li>Starting infrastructure to add code examples</li>
>        <li>Update of python bindings for completeness</li>
>      </ul>

ACK, thanks for taking the time to submit the patch fixing these things.

Dave




More information about the libvir-list mailing list