From a6a73f4d321292165db884f21ae210a0cf994520 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:27:50 -0400 Subject: [PATCH] spelling: arbitrary Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- echosrv-conf.c | 2 +- sslh-conf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/echosrv-conf.c b/echosrv-conf.c index dbd9b2e..bac3f2b 100644 --- a/echosrv-conf.c +++ b/echosrv-conf.c @@ -365,7 +365,7 @@ static int clcpy(config_type type, void* target, const void* cl_arg) return 0; } -/* Copy the value of a string argument to arbitary memory +/* Copy the value of a string argument to arbitrary memory * location that must be large enough, converting on the way * (i.e. CFG_INT gets atoi() and so on) */ /* 0: success diff --git a/sslh-conf.c b/sslh-conf.c index b60cfc1..7b3af56 100644 --- a/sslh-conf.c +++ b/sslh-conf.c @@ -365,7 +365,7 @@ static int clcpy(config_type type, void* target, const void* cl_arg) return 0; } -/* Copy the value of a string argument to arbitary memory +/* Copy the value of a string argument to arbitrary memory * location that must be large enough, converting on the way * (i.e. CFG_INT gets atoi() and so on) */ /* 0: success