*/
if (*length > INT32_MAX / 2) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("Download length it too large"));
+ _("Download length is too large"));
return -1;
}
if (fwBackends[0] < 0) {
virReportError(VIR_ERR_INTERNAL_ERROR,
- _("unrecognized 'firewall_backend = '%1$s' set in network driver config file %2$s"),
+ _("unrecognized firewall_backend = '%1$s' set in network driver config file %2$s"),
fwBackendStr, filename);
return -1;
}
/* they can be ordered only at the beginning */
if (prevvcpu->hotpluggable == VIR_TRISTATE_BOOL_YES) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
- _("online non-hotpluggable vcpus need to be ordered prior to hotplugable vcpus"));
+ _("online non-hotpluggable vcpus need to be ordered prior to hotpluggable vcpus"));
return -1;
}
if (secdef->baselabel) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
- "%s", _("Cannot set a base label with AppArmour"));
+ "%s", _("Cannot set a base label with AppArmor"));
return -1;
}
return 0;
} else {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
- _("Video adapters are not supported int containers."));
+ _("Video adapters are not supported in containers."));
return -1;
}
} else {