From 9086f422afecee0797818ce0d5a8e1aae9b541ae Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 18 May 2022 15:45:55 +0200 Subject: [PATCH] api types: verify job: fix doc comment typo Signed-off-by: Thomas Lamprecht --- pbs-api-types/src/jobs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-api-types/src/jobs.rs b/pbs-api-types/src/jobs.rs index 1fda49c5..ed3d5a52 100644 --- a/pbs-api-types/src/jobs.rs +++ b/pbs-api-types/src/jobs.rs @@ -200,7 +200,7 @@ pub struct VerificationJobConfig { /// unique ID to address this job #[updater(skip)] pub id: String, - /// the datastore ID this verificaiton job affects + /// the datastore ID this verification job affects pub store: String, #[serde(skip_serializing_if = "Option::is_none")] /// if not set to false, check the age of the last snapshot verification to filter