]> git.sur5r.net Git - openldap/blobdiff - include/slapi-plugin.h
ITS#8605 - spelling fixes
[openldap] / include / slapi-plugin.h
index 1e97dd3d84e7f350a7d6406623b9be0140971496..0358667ccdbca7c806d0e69e2eff5d0bd1d6df02 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2016 The OpenLDAP Foundation.
+ * Copyright 1998-2017 The OpenLDAP Foundation.
  * Portions Copyright 1997,2002,2003 IBM Corporation.
  * All rights reserved.
  *
@@ -343,7 +343,7 @@ Slapi_PBlock *slapi_modrdn_internal( char * olddn, char * newrdn,
        int deloldrdn, LDAPControl **controls,
        int log_change );
 Slapi_PBlock *slapi_rename_internal( const char * olddn, const char *newrdn,
-       const char *newsuperior, int delolrdn,
+       const char *newsuperior, int deloldrdn,
        LDAPControl **controls, int log_change );
 void slapi_free_search_results_internal(Slapi_PBlock *pb);
 
@@ -555,7 +555,7 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags );
 #define SLAPI_PLUGIN_DESCRIPTION               12
 #define SLAPI_PLUGIN_IDENTITY                  13
 
-/* internal opreations params */
+/* internal operations params */
 #define SLAPI_PLUGIN_INTOP_RESULT              15
 #define SLAPI_PLUGIN_INTOP_SEARCH_ENTRIES      16
 #define SLAPI_PLUGIN_INTOP_SEARCH_REFERRALS    17