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