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. \