grammar fix: s/does not exists/does not exist/g

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
master
Thomas Lamprecht 2019-12-13 12:10:51 +01:00
parent bd8036e403
commit 9714cead2c
1 changed files with 1 additions and 1 deletions

View 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;
}