From: Quanah Gibson-Mount Date: Sun, 8 Aug 2021 02:01:31 +0000 (+0000) Subject: ITS#9463 - Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a6e24e9242eb37120a6811f09649441a1cbd067;p=thirdparty%2Fopenldap.git ITS#9463 - Fix typo --- diff --git a/servers/slapd/back-wt/ctx.c b/servers/slapd/back-wt/ctx.c index fa91cff2e8..a9a32c730c 100644 --- a/servers/slapd/back-wt/ctx.c +++ b/servers/slapd/back-wt/ctx.c @@ -51,7 +51,7 @@ wt_ctx_init(struct wt_info *wi) rc = wi->wi_cache->open_session(wi->wi_cache, NULL, NULL, &wc->idlcache_session); if( rc ) { Debug( LDAP_DEBUG_ANY, - "wt_ctx_init: cannnot open idlcache session %s(%d)\n", + "wt_ctx_init: cannot open idlcache session %s(%d)\n", wiredtiger_strerror(rc), rc ); return NULL; }