]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix a number of small typos
authorDan Kenigsberg <danken@redhat.com>
Tue, 22 Sep 2009 10:54:57 +0000 (12:54 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 22 Sep 2009 10:55:39 +0000 (12:55 +0200)
docs/auth.html.in
docs/downloads.html.in
docs/errors.html.in
docs/formatdomain.html.in
docs/java.html.in
docs/news.html.in

index 04b1210689d53c5d58e0e5b23015f8674b747106..3ca40c327eb3e0b95bd3a34ed4580be03c7bb79a 100644 (file)
@@ -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 it 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@KERBEROS.REALM</code>.
 This is typically done by running the <code>kadmin.local</code> command on the Kerberos
index a34ddd13f2e7d0672d68e2b6162e91848195c5a8..493923c2674f749899fb4f7c5e4fe6e13456a1e3 100644 (file)
@@ -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>
 
index 57cbe6f1223b6a7ff716faf3796076560d0d79e0..cbd6e4b8e2b75321e1d96300fb86fa1ac8d097e2 100644 (file)
@@ -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>.
index 39b2b56b3c1e0b3dbc8dbb1fa0c99014dc066e1c..829adef26e462d0d6d90cd124f1b2deef5b42aa9 100644 (file)
       &lt;/interface&gt;
       ...</pre>
 
-    <h5><a name="elementsNICSBridge">Bridge to to LAN</a></h5>
+    <h5><a name="elementsNICSBridge">Bridge to LAN</a></h5>
 
     <p>
       <strong><em>
index 5c659bb80a0dd2700daf5f25d94486aaef5c7a4b..d3e3ebc5010d6682e6be35f3f7c528d194f7b8ce 100644 (file)
@@ -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>
index 7a80e60029fdcf7ca4fb5866ebc1b1db3098ee49..b4b039977d0040fdaa4491bf2dd6b23d90ea3eab 100644 (file)
@@ -1605,7 +1605,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>