]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Typo and comment fixes
authorAron Griffis <aron.griffis@hp.com>
Wed, 5 Aug 2009 09:56:56 +0000 (11:56 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 5 Aug 2009 09:56:56 +0000 (11:56 +0200)
* docs/schemas/*.rng: the comments were wrong
* src/qemu_conf.c: typo in an error message

docs/schemas/capability.rng
docs/schemas/nodedev.rng
docs/schemas/storagepool.rng
docs/schemas/storagevol.rng
src/qemu_conf.c

index 775bbdb5e946cf54820b3576fafd9aa24d6a0eee..1e3c5f3509971426050f25fa670ff4a508682b74 100644 (file)
@@ -1,7 +1,6 @@
-<!-- A Relax NG schema for the libvirt node device XML format -->
+<!-- A Relax NG schema for the libvirt capabilities XML format -->
 <grammar xmlns="http://relaxng.org/ns/structure/1.0"
     datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
-  <!-- We handle only document defining a domain -->
   <start>
     <ref name='capabilities'/>
   </start>
index 78bd6a8f2944af80c068f6a9c891681a15155fcc..706027429523c2462cc4d75d5753e2c192034884 100644 (file)
@@ -1,14 +1,10 @@
 <!-- A Relax NG schema for the libvirt node device XML format -->
 <grammar xmlns="http://relaxng.org/ns/structure/1.0"
     datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
-  <!-- We handle only document defining a domain -->
   <start>
     <ref name='device'/>
   </start>
 
-  <!--
-      We handle only document defining a domain
-    -->
   <define name='device'>
     <element name="device">
       <!-- The name of the network, used to refer to it through the API
index e152e193bc0b1f843c4fb11d6513dac525caddd2..d225f9707d9fbe21d758f7be82bcfd149b7cb230 100644 (file)
@@ -1,7 +1,6 @@
-<!-- A Relax NG schema for the libvirt node device XML format -->
+<!-- A Relax NG schema for the libvirt storage pool XML format -->
 <grammar xmlns="http://relaxng.org/ns/structure/1.0"
     datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
-  <!-- We handle only document defining a domain -->
   <start>
     <ref name='pool'/>
   </start>
index 7dc7876d9e660208d8c6cbeaa4e91586896edaf0..5b0b03866667075e7bb9ab31497e255bd13f56d9 100644 (file)
@@ -1,7 +1,6 @@
-<!-- A Relax NG schema for the libvirt node device XML format -->
+<!-- A Relax NG schema for the libvirt storage volume XML format -->
 <grammar xmlns="http://relaxng.org/ns/structure/1.0"
     datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
-  <!-- We handle only document defining a domain -->
   <start>
     <ref name='vol'/>
   </start>
index 4fe4e399d0d28eebe2c63d47cbb86643d5e479ed..6b0b4048fe52098efb81de4f04f01c8284aff8e4 100644 (file)
@@ -1970,7 +1970,7 @@ int qemudBuildCommandLine(virConnectPtr conn,
     if (def->nvideos) {
         if (def->nvideos > 1) {
             qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
-                             "%s", _("only one video card is currentely supported"));
+                             "%s", _("only one video card is currently supported"));
             goto error;
         }