Prerna Saxena <prerna@linux.vnet.ibm.com>
Michael Ellerman <michael@ellerman.id.au>
Rommer <rommer@active.by>
+ Yuri Chornoivan <yurchor@ukr.net>
[....send patches to get your name here....]
from virsh (Saori Fukuta), Coverage files (Daniel Berrange),
Solaris fixes (Mark Johnson), avoid [r]index calls (Richard Jones),
release information in Xen backend, virsh cpupin command cleanups
- (Masayuki Sunou), xen:/// suppport as standard Xen URI (Richard Jones and
+ (Masayuki Sunou), xen:/// support as standard Xen URI (Richard Jones and
Daniel Berrange), improve driver selection/decline mechanism (Richard
Jones), error reporting on XML dump (Richard Jones), Remove unused
virDomainKernel structure (Richard Jones), daemon event loop event
if (authUUID != NULL && authUsage != NULL) {
virDomainReportError(VIR_ERR_XML_ERROR,
- _("only one of uuid and usage can be specfied"));
+ _("only one of uuid and usage can be specified"));
goto error;
}
if (authUUID != NULL) {
if (!priv->primary->hasQueryVirtualDiskUuid) {
ESX_ERROR(VIR_ERR_INTERNAL_ERROR, "%s",
- _("QueryVirtualDiskUuid not avialable, cannot lookup storage "
+ _("QueryVirtualDiskUuid not available, cannot lookup storage "
"volume by UUID"));
return NULL;
}
safe = strspn(entry->str, URI_ALIAS_CHARS);
if (safe < (offset - entry->str)) {
virLibConnError(VIR_ERR_CONF_SYNTAX,
- _("Malformed 'uri_aliases' config entry '%s', aliases may only container 'a-Z, 0-9, _, -'"),
+ _("Malformed 'uri_aliases' config entry '%s', aliases may only contain 'a-Z, 0-9, _, -'"),
entry->str);
return -1;
}
* @conn: pointer to hypervisor connection
* @flags: flags, not used yet
*
- * This functions creates a restore point to which one can return
+ * This function creates a restore point to which one can return
* later by calling virInterfaceChangeRollback(). This function should
* be called before any transaction with interface configuration.
- * Once knowing, new configuration works, it can be commited via
+ * Once it is known that a new configuration works, it can be committed via
* virInterfaceChangeCommit(), which frees the restore point.
*
* If virInterfaceChangeBegin() is called when a transaction is
if (asyncJob != QEMU_ASYNC_JOB_NONE) {
if (asyncJob != priv->job.asyncJob) {
qemuReportError(VIR_ERR_INTERNAL_ERROR,
- _("unepxected async job %d"), asyncJob);
+ _("unexpected async job %d"), asyncJob);
return -1;
}
if (qemuDomainObjBeginJobInternal(driver, driver_locked, obj,
const char *path ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("usb_add not suppported in JSON mode"));
+ _("usb_add not supported in JSON mode"));
return -1;
}
int dev ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("usb_add not suppported in JSON mode"));
+ _("usb_add not supported in JSON mode"));
return -1;
}
int product ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("usb_add not suppported in JSON mode"));
+ _("usb_add not supported in JSON mode"));
return -1;
}
virDomainDevicePCIAddress *guestAddr ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("pci_add not suppported in JSON mode"));
+ _("pci_add not supported in JSON mode"));
return -1;
}
virDomainDevicePCIAddress *guestAddr ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("pci_add not suppported in JSON mode"));
+ _("pci_add not supported in JSON mode"));
return -1;
}
virDomainDevicePCIAddress *guestAddr ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("pci_add not suppported in JSON mode"));
+ _("pci_add not supported in JSON mode"));
return -1;
}
virDomainDevicePCIAddress *guestAddr ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("pci_del not suppported in JSON mode"));
+ _("pci_del not supported in JSON mode"));
return -1;
}
virDomainDevicePCIAddress *guestAddr ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("pci_add not suppported in JSON mode"));
+ _("pci_add not supported in JSON mode"));
return -1;
}
qemuMonitorPCIAddress **addrs ATTRIBUTE_UNUSED)
{
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("query-pci not suppported in JSON mode"));
+ _("query-pci not supported in JSON mode"));
return -1;
}
if (data->type != VIR_JSON_TYPE_ARRAY) {
qemuReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("urecognized format of block job information"));
+ _("unrecognized format of block job information"));
return -1;
}
if (!privconn->transaction_running) {
testError(VIR_ERR_OPERATION_INVALID, _("no transaction running, "
- "nothing to be commited."));
+ "nothing to be committed."));
goto cleanup;
}
goto cleanup;
}
virReportSystemError(errno,
- _("coud not get MAC address of interface %s"),
+ _("could not get MAC address of interface %s"),
ifname);
goto cleanup;
}
virNetDevIsVirtualFunction(const char *ifname ATTRIBUTE_UNUSED)
{
virReportSystemError(ENOSYS, "%s",
- _("Unable to check virtual function status on this platfornm"));
+ _("Unable to check virtual function status on this platform"));
return -1;
}
int *vf_index ATTRIBUTE_UNUSED)
{
virReportSystemError(ENOSYS, "%s",
- _("Unable to get virtual function index on this platfornm"));
+ _("Unable to get virtual function index on this platform"));
return -1;
}
char **pfname ATTRIBUTE_UNUSED)
{
virReportSystemError(ENOSYS, "%s",
- _("Unable to get physical function status on this platfornm"));
+ _("Unable to get physical function status on this platform"));
return -1;
}
#endif /* !__linux__ */
if (ret != 0)
vboxError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("Cound not extract VirtualBox version"));
+ _("Could not extract VirtualBox version"));
return ret;
}
*/
static const vshCmdInfo info_dommemstat[] = {
{"help", N_("get memory statistics for a domain")},
- {"desc", N_("Get memory statistics for a runnng domain.")},
+ {"desc", N_("Get memory statistics for a running domain.")},
{NULL,NULL}
};
static const vshCmdOptDef opts_block_job[] = {
{"domain", VSH_OT_DATA, VSH_OFLAG_REQ, N_("domain name, id or uuid")},
{"path", VSH_OT_DATA, VSH_OFLAG_REQ, N_("Fully-qualified path of disk")},
- {"abort", VSH_OT_BOOL, VSH_OFLAG_NONE, N_("Abort the active job on the speficied disk")},
+ {"abort", VSH_OT_BOOL, VSH_OFLAG_NONE, N_("Abort the active job on the specified disk")},
{"info", VSH_OT_BOOL, VSH_OFLAG_NONE, N_("Get active job information for the specified disk")},
{"bandwidth", VSH_OT_DATA, VSH_OFLAG_NONE, N_("Set the Bandwidth limit in MB/s")},
{NULL, 0, 0, NULL}
*/
static const vshCmdInfo info_interface_begin[] = {
{"help", N_("create a snapshot of current interfaces settings, "
- "which can be later commited (iface-commit) or "
+ "which can be later committed (iface-commit) or "
"restored (iface-rollback)")},
{"desc", N_("Create a restore point for interfaces settings")},
{NULL, NULL}
}
if ((if_node = virXPathNode("./bridge/interface[2]", ctxt))) {
- vshError(ctl, "%s", _("Multiple interfaecs attached to bridge"));
+ vshError(ctl, "%s", _("Multiple interfaces attached to bridge"));
goto cleanup;
}