From: hartwick Date: Wed, 18 Oct 2000 14:19:12 +0000 (+0000) Subject: Fix a couple of spelling mistakes in some comments. X-Git-Tag: release_0_1_0~654 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=7b2010dba9f77ff779578f291816434f94408c33;p=freeradius.git Fix a couple of spelling mistakes in some comments. --- diff --git a/src/main/modules.c b/src/main/modules.c index 74d2bf2..420bc4d 100644 --- a/src/main/modules.c +++ b/src/main/modules.c @@ -136,7 +136,7 @@ static void module_list_free(void) * all of the time. * * FIXME: move this to dict.c as dict_valadd() and dict_valdel() - * also clear value in module_list free (nessecary?) + * also clear value in module_list free (necessary?) */ static int new_authtype_value(const char *name) { @@ -634,7 +634,7 @@ int setup_modules(void) /* * Set the search path to ONLY our library directory. - * This prevents the modules fromn being found from + * This prevents the modules from being found from * any location on the disk. */ lt_dlsetsearchpath(radlib_dir); diff --git a/src/main/radiusd.c b/src/main/radiusd.c index 80d9dfd..440e3f0 100644 --- a/src/main/radiusd.c +++ b/src/main/radiusd.c @@ -1028,7 +1028,7 @@ int rad_process(REQUEST *request, int dospawn) case PW_AUTHENTICATION_REQUEST: /* - * Check for requests sent to the wrongport, + * Check for requests sent to the wrong port, * and ignore them, if so. */ if (request->packet->sockfd != authfd) { @@ -1709,8 +1709,9 @@ static REQUEST *rad_check_list(REQUEST *request) } else { /* * ??? the client sent us a new request - * with the same ID, while we were processing - * the old one! What should we do? + * with the same ID, while we were + * processing the old one! What should + * we do? */ radlog(L_ERR, "Dropping conflicting authentication packet"