]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9463 - Fix typo
authorQuanah Gibson-Mount <quanah@openldap.org>
Sun, 8 Aug 2021 02:01:31 +0000 (02:01 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sun, 8 Aug 2021 02:01:31 +0000 (02:01 +0000)
servers/slapd/back-wt/ctx.c

index fa91cff2e81780315e5cc6ab186806434f3a75a0..a9a32c730cd56aca5b9808b5573010298a030cb9 100644 (file)
@@ -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;
        }