From a48d8b48134208abf32ef4b7943f26e28a87db4b Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 18 Feb 2021 16:21:22 +0000 Subject: [PATCH] ITS#9161 - A few more typo fixes --- contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c | 2 +- doc/devel/variadic_debug/07-shortcut.cocci | 2 +- doc/guide/admin/appendix-changes.sdf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c b/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c index fcc8f04ac7..012e6808af 100644 --- a/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c +++ b/contrib/slapd-modules/nssov/nss-pam-ldapd/tio.c @@ -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 */ } diff --git a/doc/devel/variadic_debug/07-shortcut.cocci b/doc/devel/variadic_debug/07-shortcut.cocci index ccd7984a98..99b3b556ad 100644 --- a/doc/devel/variadic_debug/07-shortcut.cocci +++ b/doc/devel/variadic_debug/07-shortcut.cocci @@ -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; diff --git a/doc/guide/admin/appendix-changes.sdf b/doc/guide/admin/appendix-changes.sdf index 36ffbe470c..8a2dad3ba3 100644 --- a/doc/guide/admin/appendix-changes.sdf +++ b/doc/guide/admin/appendix-changes.sdf @@ -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. -- 2.47.3