[pbs-devel] [PATCH proxmox-backup] datastore: fix typo in comment
Gabriel Goller
g.goller at proxmox.com
Wed Jul 3 16:55:06 CEST 2024
Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
---
pbs-datastore/src/datastore.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pbs-datastore/src/datastore.rs b/pbs-datastore/src/datastore.rs
index 5e2208bca40e..11c6c2499ddb 100644
--- a/pbs-datastore/src/datastore.rs
+++ b/pbs-datastore/src/datastore.rs
@@ -844,7 +844,7 @@ impl DataStore {
ListGroupsType::new(Arc::clone(self), ns, ty)
}
- /// Get a streaming iter over top-level backup groups of a datatstore of a particular type,
+ /// Get a streaming iter over top-level backup groups of a datastore of a particular type,
/// filtered by `Ok` results
///
/// The iterated item's result is already unwrapped, if it contained an error it will be
--
2.43.0
More information about the pbs-devel
mailing list