]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorKurt Zeilenga <kurt@openldap.org>
Fri, 21 May 2004 03:38:48 +0000 (03:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 21 May 2004 03:38:48 +0000 (03:38 +0000)
servers/slapd/back-bdb/ctxcsn.c

index 1b4706b0bd1aabdd488208ca4ca5b8037fb42ea7..a76bae3331ca556e23a662fa5b0381c601e20ac1 100644 (file)
@@ -171,7 +171,7 @@ bdb_csn_commit(
                        goto rewind;
                case DB_KEYEXIST :
                        rs->sr_err = LDAP_OTHER;
-                       rs->sr_text = "context csn exists before contex prefix does";
+                       rs->sr_text = "context csn exists before context prefix does";
                        return BDB_CSN_ABORT;
                default :
                        rs->sr_err = LDAP_OTHER;