[pbs-devel] [PATCH proxmox-backup v3 4/6] api: verify: correct typo in comment

Christian Ebner c.ebner at proxmox.com
Tue Nov 11 11:22:27 CET 2025


Reviewed-by: Christian Ebner <c.ebner at proxmox.com>

could be placed upfront to be applied independently of the rest of the 
series.

On 11/10/25 9:44 AM, Nicolas Frey wrote:
> Signed-off-by: Nicolas Frey <n.frey at proxmox.com>
> ---
>   src/api2/admin/datastore.rs | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/api2/admin/datastore.rs b/src/api2/admin/datastore.rs
> index 5e4dd3fc..fde4c247 100644
> --- a/src/api2/admin/datastore.rs
> +++ b/src/api2/admin/datastore.rs
> @@ -697,7 +697,7 @@ pub async fn status(
>   )]
>   /// Verify backups.
>   ///
> -/// This function can verify a single backup snapshot, all backup from a backup group,
> +/// This function can verify a single backup snapshot, all backups from a backup group,
>   /// or all backups in the datastore.
>   #[allow(clippy::too_many_arguments)]
>   pub fn verify(





More information about the pbs-devel mailing list