Fix typos and spacing in messages.

This commit is contained in:
Yuri Chornoivan 2012-04-01 12:23:56 +03:00 committed by Eric Blake
parent a4650316d1
commit 867ed7bb9e
3 changed files with 3 additions and 3 deletions

View File

@ -1030,7 +1030,7 @@ virFileOpenAs(const char *path, int openflags, mode_t mode,
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:

View File

@ -1174,7 +1174,7 @@ virNetDevGetVirtualFunctions(const char *pfname ATTRIBUTE_UNUSED,
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;
}

View File

@ -965,7 +965,7 @@ cmdList(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED)
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;
}