]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: configurable
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:32:22 +0000 (17:32 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
lua/lua.c

index dbc2875158578afaa894b99c765a655515613c4e..e7b04b54ed7188dae6f407143db49a3a99ad0648 100644 (file)
--- a/lua/lua.c
+++ b/lua/lua.c
@@ -284,7 +284,7 @@ l_server_socket_udp(lua_State *L)
                return 0;
        }
 
-       /* use default timeout - maybe this gets to be configureable */
+       /* use default timeout - maybe this gets to be configurable */
        timeout.tv_sec = LDNS_DEFAULT_TIMEOUT_SEC;
        timeout.tv_usec = LDNS_DEFAULT_TIMEOUT_USEC;
 
@@ -317,7 +317,7 @@ l_client_socket_udp(lua_State *L)
                return 0;
        }
 
-       /* use default timeout - maybe this gets to be configureable */
+       /* use default timeout - maybe this gets to be configurable */
        timeout.tv_sec = LDNS_DEFAULT_TIMEOUT_SEC;
        timeout.tv_usec = LDNS_DEFAULT_TIMEOUT_USEC;