grammar fix: s/does not exists/does not exist/g
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bd8036e403
commit
9714cead2c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user