break;
case -1:
/* failure detecting fstype */
- virReportSystemError(errno, _("couldn't determine fs type of"
+ virReportSystemError(errno, _("couldn't determine fs type "
"of mount containing '%s'"), path);
goto error;
case 0:
unsigned int *n_vfname ATTRIBUTE_UNUSED)
{
virReportSystemError(ENOSYS, "%s",
- _("Unable to get virtual functions on this platfornm"));
+ _("Unable to get virtual functions on this platform"));
return -1;
}
if (optTable + optName + optUUID > 1) {
vshError(ctl, "%s",
- _("Only one argument from --table, --name and --uuid"
+ _("Only one argument from --table, --name and --uuid "
"may be specified."));
return false;
}