]> git.proxmox.com Git - pve-qemu.git/commitdiff
grammar fix: s/does not exists/does not exist/g
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Dec 2019 11:10:51 +0000 (12:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Dec 2019 11:10:51 +0000 (12:10 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch

index cabac2068985bf09da9a28773c9b4a913641de8d..17a3e61112e6949b82bf7a879e35929769f10ee6 100644 (file)
@@ -17,7 +17,7 @@ index 79983772de..c64f260876 100644
                                     force_share);
      if (!list) {
 -        return 1;
-+      // return success if snapshot does not exists
++      // return success if snapshot does not exist
 +        return 0;
      }