From 9714cead2cb7ce69837c2b46e382f6b6730bcc5a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 13 Dec 2019 12:10:51 +0100 Subject: [PATCH] grammar fix: s/does not exists/does not exist/g Signed-off-by: Thomas Lamprecht --- ...0-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch b/debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch index cabac20..17a3e61 100644 --- a/debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch +++ b/debian/patches/pve/0010-PVE-Up-qemu-img-return-success-on-info-without-snaps.patch @@ -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; }