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:
Stefan Sterz
2022-03-10 15:10:32 +01:00
committed by Thomas Lamprecht
parent c8322f8a33
commit 171a00ca97
5 changed files with 5 additions and 5 deletions

View File

@ -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)