]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typos
authorNick Porter <nick@portercomputing.co.uk>
Thu, 7 Sep 2023 14:42:20 +0000 (15:42 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 8 Sep 2023 07:02:02 +0000 (08:02 +0100)
src/lib/ldap/connection.c
src/modules/rlm_ldap/rlm_ldap.c

index 742a452861163409d5a89cd5502aee0479c9080c..79898eea61200d64e21b462abfd0c0775e72278e 100644 (file)
@@ -1010,7 +1010,7 @@ fr_ldap_thread_trunk_t *fr_thread_ldap_trunk_get(fr_ldap_thread_t *thread, char
        talloc_set_destructor(found, _thread_ldap_trunk_free);
 
        /*
-        *      Buld config for this connection - start with module settings and
+        *      Build config for this connection - start with module settings and
         *      override server and bind details
         */
        memcpy(&found->config, config, sizeof(fr_ldap_config_t));
index 329d4bc2e937f6f11fb7aeff42940dd3bf30e00a..a8e6280f8debbeec011ad71df21ab7931143e338 100644 (file)
@@ -2110,7 +2110,7 @@ static int parse_sub_section(module_inst_ctx_t const *mctx,
 /** Initialise thread specific data structure
  *
  */
-static int mod_thread_instatiate(module_thread_inst_ctx_t const *mctx)
+static int mod_thread_instantiate(module_thread_inst_ctx_t const *mctx)
 {
        rlm_ldap_t              *inst = talloc_get_type_abort(mctx->inst->data, rlm_ldap_t);
        fr_ldap_thread_t        *t = talloc_get_type_abort(mctx->thread, fr_ldap_thread_t);
@@ -2532,7 +2532,7 @@ module_rlm_t rlm_ldap = {
                .detach         = mod_detach,
                .thread_inst_size       = sizeof(fr_ldap_thread_t),
                .thread_inst_type       = "fr_ldap_thread_t",
-               .thread_instantiate     = mod_thread_instatiate,
+               .thread_instantiate     = mod_thread_instantiate,
                .thread_detach          = mod_thread_detach,
        },
        .method_names = (module_method_name_t[]){