tape, docs, api: fix miscellaneous typos
Signed-off-by: Stefan Sterz <s.sterz@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
c8322f8a33
commit
171a00ca97
@ -273,7 +273,7 @@ pub fn delete_group(
|
||||
check_priv_or_backup_owner(&datastore, &group, &auth_id, PRIV_DATASTORE_MODIFY)?;
|
||||
|
||||
if !datastore.remove_backup_group(&group)? {
|
||||
bail!("did not delete whole group because of protected snapthots");
|
||||
bail!("group only partially deleted due to protected snapshots");
|
||||
}
|
||||
|
||||
Ok(Value::Null)
|
||||
|
Reference in New Issue
Block a user