Fix a number of small typos

This commit is contained in:
Dan Kenigsberg 2009-09-22 12:54:57 +02:00 committed by Daniel Veillard
parent c8c9ef2757
commit 27a1f781bc
6 changed files with 6 additions and 6 deletions

View 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

View 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>

View 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>.

View File

@ -500,7 +500,7 @@
&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>

View 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>

View 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>