X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslapd%2Fslap.h;h=3f540a0d4b8da527d4033d6dbdc74bce1102c3a6;hb=10566c8be384c6435476ec54e842382841cb84b6;hp=e13880fb09bdfd9ccfa8356a5ef4b044bcb32661;hpb=fd5ad3ef399dc281e78b06a36162a58a95518c34;p=openldap diff --git a/servers/slapd/slap.h b/servers/slapd/slap.h index e13880fb09..3f540a0d4b 100644 --- a/servers/slapd/slap.h +++ b/servers/slapd/slap.h @@ -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;