]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/backup-add-vma-verify-command.patch
Two more fixes
[pve-qemu-kvm.git] / debian / patches / backup-add-vma-verify-command.patch
index 1f042813a84c48578ffdb047726004968210c601..093b3525b0bdb69dea05b81d1aca208a698ec827 100644 (file)
@@ -199,7 +199,7 @@ Index: new/vma-reader.c
 +
 +        int64_t datasize = vmar->clusters_read*VMA_CLUSTER_SIZE-vmar->zero_cluster_data;
 +        if (datasize) { // this does not make sense for empty files
-+            printf("space reduction due to 4K zero bocks %.3g%%\n",
++            printf("space reduction due to 4K zero blocks %.3g%%\n",
 +                   (double)(100.0*vmar->partial_zero_cluster_data) / datasize);
 +        }
 +    }