From: Arran Cudbard-Bell Date: Mon, 6 Apr 2020 02:55:34 +0000 (-0500) Subject: typo in comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a35fa150db8abb25872c84aa6449999222d9fed1;p=thirdparty%2Ffreeradius-server.git typo in comments --- diff --git a/src/bin/radiusd.c b/src/bin/radiusd.c index dc092281c49..1ed42480bc6 100644 --- a/src/bin/radiusd.c +++ b/src/bin/radiusd.c @@ -278,7 +278,7 @@ int main(int argc, char *argv[]) /* * Allocate the main config structure. - * It's allocating so we can hang talloced buffers off it. + * It's allocated so we can hang talloced buffers off it. */ config = main_config_alloc(global_ctx); if (!config) {