]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slap.h
ITS#8605 - spelling fixes
[openldap] / servers / slapd / slap.h
index e13880fb09bdfd9ccfa8356a5ef4b044bcb32661..3f540a0d4b8da527d4033d6dbdc74bce1102c3a6 100644 (file)
@@ -2246,7 +2246,7 @@ struct BackendInfo {
         *              bi_close() is called from backend_shutdown()
         * bi_destroy: called to destroy each database, called
         *              once during shutdown after all bi_db_destroy calls.
-        *              bi_destory() is called from backend_destroy()
+        *              bi_destroy() is called from backend_destroy()
         */
        BI_init *bi_init;
        BI_config       *bi_config;
@@ -2272,8 +2272,8 @@ struct BackendInfo {
         *  called only by backend_shutdown()
         * bi_db_destroy: called to destroy each database
         *  called once per database during shutdown AFTER all
-        *  bi_close calls but before bi_destory calls.
-        *  called only by backend_destory()
+        *  bi_close calls but before bi_destroy calls.
+        *  called only by backend_destroy()
         */
        BI_db_init      *bi_db_init;
        BI_db_config    *bi_db_config;
@@ -2296,7 +2296,7 @@ struct BackendInfo {
        BI_op_extended  *bi_extended;
        BI_op_cancel    *bi_op_cancel;
 
-       /* Auxilary Functions */
+       /* Auxiliary Functions */
        BI_operational          *bi_operational;
        BI_chk_referrals        *bi_chk_referrals;
        BI_chk_controls         *bi_chk_controls;