]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9161 - A few more typo fixes
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 18 Feb 2021 16:21:22 +0000 (16:21 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 18 Feb 2021 20:25:35 +0000 (20:25 +0000)
contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c
doc/devel/variadic_debug/07-shortcut.cocci
doc/guide/admin/appendix-changes.sdf

index fcc8f04ac7fc1e8b616a9185c5d11152d9ed53f0..012e6808af6cc4389279dd851f4c7f46cc803bba 100644 (file)
@@ -184,7 +184,7 @@ static int tio_wait(int fd, short events, int timeout,
       return -1;
     }
     else if ((errno != EINTR) && (errno != EAGAIN))
-      /* some error ocurred */
+      /* some error occurred */
       return -1;
     /* we just try again on EINTR or EAGAIN */
   }
index ccd7984a98abb930f2499f84972dd65ddb9323a7..99b3b556ad6a4a3dac7b14207ded760324fa4fdb 100644 (file)
@@ -160,7 +160,7 @@ initializer I;
 )
 }
 
-// the rest identifies and removes a (newly-)reduntant LogTest check
+// the rest identifies and removes a (newly-)redundant LogTest check
 @if_guard@
 position p;
 statement s;
index 36ffbe470c1f9a0aea4d2efe0eb5ca0fce4b23a0..8a2dad3ba392c1b9f976f39722afa5cc604a9dfe 100644 (file)
@@ -68,7 +68,7 @@ These features were strongly deprecated in 2.4 and removed in 2.5.
 
 H3: back-bdb and back-hdb
 
-back-bdb and back-hdb were signficantly slower than back-mdb and
+back-bdb and back-hdb were significantly slower than back-mdb and
 required significant tuning of multiple parameters to maximize
 performance. back-mdb requires no tuning and provides all the
 functionality previously provided via back-bdb and back-hdb.