]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* src/virsh.c: fixed some typos reported by translator
authorDaniel Veillard <veillard@redhat.com>
Tue, 10 Apr 2007 18:40:50 +0000 (18:40 +0000)
committerDaniel Veillard <veillard@redhat.com>
Tue, 10 Apr 2007 18:40:50 +0000 (18:40 +0000)
  Nikolay Sivov should fix #235904
Daniel

ChangeLog
src/virsh.c

index 6fa158e366d75e3a94f3641659c6a319d8da3583..a8b7f946729f7b054342074250f1354d4b494c71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 10 20:39:29 CEST 2007 Daniel Veillard <veillard@redhat.com>
+
+       * src/virsh.c: fixed some typos reported by translator
+         Nikolay Sivov should fix #235904
+
 Tue Apr 10 13:58:00 BST 2007 Richard W.M. Jones  <rjones@redhat.com>
 
        * src/xen_unified.c (xenUnifiedRegister): Comment the
index 8fabb40f5a7999c15ce4e000a850901ac650ba59..8237e93a843ff7f4f51b4e0b27c921fb1188f98f 100644 (file)
@@ -718,7 +718,7 @@ static vshCmdInfo info_define[] = {
 };
 
 static vshCmdOptDef opts_define[] = {
-    {"file", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("file conatining an XML domain description")},
+    {"file", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("file containing an XML domain description")},
     {NULL, 0, 0, NULL}
 };
 
@@ -1489,7 +1489,7 @@ static vshCmdInfo info_setmaxmem[] = {
 
 static vshCmdOptDef opts_setmaxmem[] = {
     {"domain", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("domain name, id or uuid")},
-    {"kilobytes", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("maxmimum memory limit in kilobytes")},
+    {"kilobytes", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("maximum memory limit in kilobytes")},
     {NULL, 0, 0, NULL}
 };
 
@@ -1588,7 +1588,7 @@ cmdCapabilities (vshControl * ctl, vshCmd * cmd ATTRIBUTE_UNUSED)
 static vshCmdInfo info_dumpxml[] = {
     {"syntax", "dumpxml <name>"},
     {"help", gettext_noop("domain information in XML")},
-    {"desc", gettext_noop("Ouput the domain information as an XML dump to stdout.")},
+    {"desc", gettext_noop("Output the domain information as an XML dump to stdout.")},
     {NULL, NULL}
 };
 
@@ -1833,7 +1833,7 @@ static vshCmdInfo info_network_define[] = {
 };
 
 static vshCmdOptDef opts_network_define[] = {
-    {"file", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("file conatining an XML network description")},
+    {"file", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("file containing an XML network description")},
     {NULL, 0, 0, NULL}
 };
 
@@ -1924,7 +1924,7 @@ cmdNetworkDestroy(vshControl * ctl, vshCmd * cmd)
 static vshCmdInfo info_network_dumpxml[] = {
     {"syntax", "net-dumpxml <name>"},
     {"help", gettext_noop("network information in XML")},
-    {"desc", gettext_noop("Ouput the network information as an XML dump to stdout.")},
+    {"desc", gettext_noop("Output the network information as an XML dump to stdout.")},
     {NULL, NULL}
 };
 
@@ -2318,7 +2318,7 @@ cmdVersion(vshControl * ctl, vshCmd * cmd ATTRIBUTE_UNUSED)
 static vshCmdInfo info_vncdisplay[] = {
     {"syntax", "vncdisplay <domain>"},
     {"help", gettext_noop("vnc display")},
-    {"desc", gettext_noop("Ouput the IP address and port number for the VNC display.")},
+    {"desc", gettext_noop("Output the IP address and port number for the VNC display.")},
     {NULL, NULL}
 };