Fix a couple of spelling mistakes in some comments.
authorhartwick <hartwick>
Wed, 18 Oct 2000 14:19:12 +0000 (14:19 +0000)
committerhartwick <hartwick>
Wed, 18 Oct 2000 14:19:12 +0000 (14:19 +0000)
src/main/modules.c
src/main/radiusd.c

index 74d2bf2..420bc4d 100644 (file)
@@ -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);
index 80d9dfd..440e3f0 100644 (file)
@@ -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"