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