Index: src/bridge.c =================================================================== RCS file: /data/cvs/libvirt/src/bridge.c,v retrieving revision 1.9 diff -u -r1.9 bridge.c --- src/bridge.c 28 Feb 2008 01:23:14 -0000 1.9 +++ src/bridge.c 13 Mar 2008 02:50:57 -0000 @@ -545,7 +545,7 @@ * brSetInetAddress: * @ctl: bridge control pointer * @ifname: the interface name - * @addr: the string representation of the IP adress + * @addr: the string representation of the IP address * * Function to bind the interface to an IP address, it should handle * IPV4 and IPv6. The string for addr would be of the form @@ -566,7 +566,7 @@ * brGetInetAddress: * @ctl: bridge control pointer * @ifname: the interface name - * @addr: the array for the string representation of the IP adress + * @addr: the array for the string representation of the IP address * @maxlen: size of @addr in bytes * * Function to get the IP address of an interface, it should handle Index: src/virsh.c =================================================================== RCS file: /data/cvs/libvirt/src/virsh.c,v retrieving revision 1.136 diff -u -r1.136 virsh.c --- src/virsh.c 11 Mar 2008 14:25:49 -0000 1.136 +++ src/virsh.c 13 Mar 2008 02:51:03 -0000 @@ -668,7 +668,7 @@ static vshCmdInfo info_domstate[] = { {"syntax", "domstate "}, {"help", gettext_noop("domain state")}, - {"desc", gettext_noop("Returns state about a running domain.")}, + {"desc", gettext_noop("Returns state about a domain.")}, {NULL, NULL} }; @@ -1818,7 +1818,7 @@ static vshCmdInfo info_setvcpus[] = { {"syntax", "setvcpus "}, {"help", gettext_noop("change number of virtual CPUs")}, - {"desc", gettext_noop("Change the number of virtual CPUs active in the guest domain.")}, + {"desc", gettext_noop("Change the number of virtual CPUs in the guest domain.")}, {NULL, NULL} }; @@ -4567,7 +4567,7 @@ {"type", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("network interface type")}, {"source", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("source of network interface")}, {"target", VSH_OT_DATA, 0, gettext_noop("target network name")}, - {"mac", VSH_OT_DATA, 0, gettext_noop("MAC adress")}, + {"mac", VSH_OT_DATA, 0, gettext_noop("MAC address")}, {"script", VSH_OT_DATA, 0, gettext_noop("script used to bridge network interface")}, {NULL, 0, 0, NULL} }; @@ -4679,7 +4679,7 @@ static vshCmdOptDef opts_detach_interface[] = { {"domain", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("domain name, id or uuid")}, {"type", VSH_OT_DATA, VSH_OFLAG_REQ, gettext_noop("network interface type")}, - {"mac", VSH_OT_DATA, 0, gettext_noop("MAC adress")}, + {"mac", VSH_OT_DATA, 0, gettext_noop("MAC address")}, {NULL, 0, 0, NULL} };