]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-wt/delete.c
Happy New Year
[openldap] / servers / slapd / back-wt / delete.c
index ca7f72ee1ac6f866de2450f7faf8adc771700389..7f7229f9a600cc48863652125e6f6a7b8260040a 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2002-2017 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,