From 35e466410c11ddb3de91c7a6f28c3672493302f1 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Wed, 7 Aug 2024 14:10:44 +0200 Subject: [PATCH] fix typos in strings Signed-off-by: Maximiliano Sandoval --- pbs-api-types/src/ldap.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-api-types/src/ldap.rs b/pbs-api-types/src/ldap.rs index f3df90a0..a3e0407b 100644 --- a/pbs-api-types/src/ldap.rs +++ b/pbs-api-types/src/ldap.rs @@ -149,7 +149,7 @@ pub const SYNC_DEFAULTS_STRING_SCHEMA: Schema = StringSchema::new("sync defaults .schema(); const REMOVE_VANISHED_DESCRIPTION: &str = - "A semicolon-seperated list of things to remove when they or the user \ + "A semicolon-separated list of things to remove when they or the user \ vanishes during user synchronization. The following values are possible: ``entry`` removes the \ user when not returned from the sync; ``properties`` removes any \ properties on existing user that do not appear in the source. \