]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-wt/delete.c
Happy New Year
[openldap] / servers / slapd / back-wt / delete.c
index f90c83d9f4281aedd3d5a72d64f36b1c2eb51e38..7f7229f9a600cc48863652125e6f6a7b8260040a 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2002-2015 The OpenLDAP Foundation.
+ * Copyright 2002-2018 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -295,7 +295,7 @@ wt_delete( Operation *op, SlapReply *rs )
                goto return_results;
        }
 
-       /* begen transaction */
+       /* begin transaction */
        rc = wc->session->begin_transaction(wc->session, NULL);
        if( rc ) {
                Debug( LDAP_DEBUG_TRACE,