提交 50fc4b4b 编写于 作者: Y Yuri Chornoivan 提交者: Michal Privoznik

Fix minor typos in messages

Signed-off-by: NYuri Chornoivan <yurchor@ukr.net>
上级 9b643ae8
...@@ -2219,7 +2219,7 @@ virStorageBackendPloopRestoreDesc(char *path) ...@@ -2219,7 +2219,7 @@ virStorageBackendPloopRestoreDesc(char *path)
if (virFileRemove(desc, 0, 0) < 0) { if (virFileRemove(desc, 0, 0) < 0) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s", virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
_("refresh ploop failed:" _("refresh ploop failed:"
" unuble to delete DiskDescriptor.xml")); " unable to delete DiskDescriptor.xml"));
goto cleanup; goto cleanup;
} }
......
...@@ -1342,7 +1342,7 @@ prlsdkBootOrderCheck(PRL_HANDLE sdkdom, PRL_DEVICE_TYPE sdkType, int sdkIndex, ...@@ -1342,7 +1342,7 @@ prlsdkBootOrderCheck(PRL_HANDLE sdkdom, PRL_DEVICE_TYPE sdkType, int sdkIndex,
if (!(disk = virFindDiskBootIndex(def, device, bootIndex))) { if (!(disk = virFindDiskBootIndex(def, device, bootIndex))) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
_("Can find boot device of type: %s, index: %d"), _("Can't find boot device of type: %s, index: %d"),
virDomainDiskDeviceTypeToString(device), bootIndex); virDomainDiskDeviceTypeToString(device), bootIndex);
goto cleanup; goto cleanup;
} }
...@@ -1361,7 +1361,7 @@ prlsdkBootOrderCheck(PRL_HANDLE sdkdom, PRL_DEVICE_TYPE sdkType, int sdkIndex, ...@@ -1361,7 +1361,7 @@ prlsdkBootOrderCheck(PRL_HANDLE sdkdom, PRL_DEVICE_TYPE sdkType, int sdkIndex,
if (bootIndex >= def->nnets) { if (bootIndex >= def->nnets) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
_("Can find network boot device for index: %d"), _("Can't find network boot device for index: %d"),
bootIndex); bootIndex);
goto cleanup; goto cleanup;
} }
......
...@@ -9798,11 +9798,11 @@ static const vshCmdOptDef opts_migrate[] = { ...@@ -9798,11 +9798,11 @@ static const vshCmdOptDef opts_migrate[] = {
}, },
{.name = "comp-mt-threads", {.name = "comp-mt-threads",
.type = VSH_OT_INT, .type = VSH_OT_INT,
.help = N_("number of compession threads for multithread compression") .help = N_("number of compression threads for multithread compression")
}, },
{.name = "comp-mt-dthreads", {.name = "comp-mt-dthreads",
.type = VSH_OT_INT, .type = VSH_OT_INT,
.help = N_("number of decompession threads for multithread compression") .help = N_("number of decompression threads for multithread compression")
}, },
{.name = "comp-xbzrle-cache", {.name = "comp-xbzrle-cache",
.type = VSH_OT_INT, .type = VSH_OT_INT,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册