]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix minor typos in messages
authorYuri Chornoivan <yurchor@ukr.net>
Fri, 29 Apr 2016 18:22:36 +0000 (21:22 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 30 Apr 2016 13:37:31 +0000 (15:37 +0200)
Signed-off-by: Yuri Chornoivan <yurchor@ukr.net>
src/storage/storage_driver.c
src/vz/vz_sdk.c
tools/virsh-domain.c

index fcc0991a6873eda330edcb33c0e18851755340e4..1d42f24618179405be799a7652fd71986c2d6e9b 100644 (file)
@@ -2219,7 +2219,7 @@ virStorageBackendPloopRestoreDesc(char *path)
     if (virFileRemove(desc, 0, 0) < 0) {
         virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                        _("refresh ploop failed:"
-                         " unuble to delete DiskDescriptor.xml"));
+                         " unable to delete DiskDescriptor.xml"));
         goto cleanup;
     }
 
index 70d61e5a77e2e7c24a954acdbda8acb1f5292588..b321d39df0a29678cb02c0837df4ad1a8ecd050c 100644 (file)
@@ -1342,7 +1342,7 @@ prlsdkBootOrderCheck(PRL_HANDLE sdkdom, PRL_DEVICE_TYPE sdkType, int sdkIndex,
 
         if (!(disk = virFindDiskBootIndex(def, device, bootIndex))) {
             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);
             goto cleanup;
         }
@@ -1361,7 +1361,7 @@ prlsdkBootOrderCheck(PRL_HANDLE sdkdom, PRL_DEVICE_TYPE sdkType, int sdkIndex,
 
         if (bootIndex >= def->nnets) {
             virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
-                           _("Can find network boot device for index: %d"),
+                           _("Can't find network boot device for index: %d"),
                            bootIndex);
             goto cleanup;
         }
index a9f70dcdef6d7378c810fc7205c3cfac84b441a2..0a6caae41ac1467d872ba5ae966ab52781458923 100644 (file)
@@ -9798,11 +9798,11 @@ static const vshCmdOptDef opts_migrate[] = {
     },
     {.name = "comp-mt-threads",
      .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",
      .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",
      .type = VSH_OT_INT,