From 2a6e24e9242eb37120a6811f09649441a1cbd067 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Sun, 8 Aug 2021 02:01:31 +0000 Subject: [PATCH] ITS#9463 - Fix typo --- servers/slapd/back-wt/ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3