提交 867ed7bb 编写于 作者: Y Yuri Chornoivan 提交者: Eric Blake

Fix typos and spacing in messages.

上级 a4650316
...@@ -1030,7 +1030,7 @@ virFileOpenAs(const char *path, int openflags, mode_t mode, ...@@ -1030,7 +1030,7 @@ virFileOpenAs(const char *path, int openflags, mode_t mode,
break; break;
case -1: case -1:
/* failure detecting fstype */ /* failure detecting fstype */
virReportSystemError(errno, _("couldn't determine fs type of" virReportSystemError(errno, _("couldn't determine fs type "
"of mount containing '%s'"), path); "of mount containing '%s'"), path);
goto error; goto error;
case 0: case 0:
......
...@@ -1174,7 +1174,7 @@ virNetDevGetVirtualFunctions(const char *pfname ATTRIBUTE_UNUSED, ...@@ -1174,7 +1174,7 @@ virNetDevGetVirtualFunctions(const char *pfname ATTRIBUTE_UNUSED,
unsigned int *n_vfname ATTRIBUTE_UNUSED) unsigned int *n_vfname ATTRIBUTE_UNUSED)
{ {
virReportSystemError(ENOSYS, "%s", virReportSystemError(ENOSYS, "%s",
_("Unable to get virtual functions on this platfornm")); _("Unable to get virtual functions on this platform"));
return -1; return -1;
} }
......
...@@ -965,7 +965,7 @@ cmdList(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED) ...@@ -965,7 +965,7 @@ cmdList(vshControl *ctl, const vshCmd *cmd ATTRIBUTE_UNUSED)
if (optTable + optName + optUUID > 1) { if (optTable + optName + optUUID > 1) {
vshError(ctl, "%s", vshError(ctl, "%s",
_("Only one argument from --table, --name and --uuid" _("Only one argument from --table, --name and --uuid "
"may be specified.")); "may be specified."));
return false; return false;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册