From: Quanah Gibson-Mount Date: Fri, 26 Mar 2021 16:28:39 +0000 (+0000) Subject: ITS#9470 - Fix typos X-Git-Tag: OPENLDAP_REL_ENG_2_5_3BETA~3^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb16cbd6485f5c3b2e954ce530f377e678093d9;p=thirdparty%2Fopenldap.git ITS#9470 - Fix typos --- diff --git a/doc/man/man5/slapo-homedir.5 b/doc/man/man5/slapo-homedir.5 index 6d57c6b711..df1aafb50d 100644 --- a/doc/man/man5/slapo-homedir.5 +++ b/doc/man/man5/slapo-homedir.5 @@ -37,7 +37,7 @@ symlinks and fifos, but will skip most specials. .B olcMinimumUidNumber: number These options configure the minimum userid to use in any home directory attempt. This is a basic safety measure to prevent -accidently using system accounts. See REPLICATION for more flexible +accidentally using system accounts. See REPLICATION for more flexible options for selecting accounts. .TP .B homedir\-regexp diff --git a/servers/slapd/overlays/homedir.c b/servers/slapd/overlays/homedir.c index d1ad5b52ea..7d86f1a09f 100644 --- a/servers/slapd/overlays/homedir.c +++ b/servers/slapd/overlays/homedir.c @@ -1647,7 +1647,7 @@ too_long: return 1; } -/* Sift through an entry for intersting values +/* Sift through an entry for interesting values * return 0 on success and set vars * return 1 if homedir is not present or not valid * sets presence if any homedir attributes are noticed