No longer needed
[oweals/busybox.git] / networking / inetd.c
index 283c33bed1334eb051b5c91d13d047b7243be542..169cc87166d6334cbb60684397306f26490b085a 100644 (file)
@@ -56,7 +56,7 @@
  *      server program                  full path name
  *      server program arguments        maximum of MAXARGS (20)
  *
- * RPC services unsuported
+ * RPC services unsupported
  *
  * Comment lines are indicated by a `#' in column 1.
  */
@@ -345,7 +345,7 @@ more:
                sep->se_family = AF_UNIX;
        } else {
                if (strncmp(cp_ptr, "rpc/", 4) == 0) {
-                       syslog(LOG_ERR, "%s: rpc services not suported",
+                       syslog(LOG_ERR, "%s: rpc services not supported",
                            sep->se_service);
                        goto more;
                }
@@ -771,7 +771,7 @@ extern int inetd_main(int argc, char *argv[])
 #endif /* uClinux */
 
        if(opt & 1) {
-                       global_queuelen = atoi(optarg);
+                       global_queuelen = atoi(sq);
                        if (global_queuelen < 8) global_queuelen=8;
                }
        argc -= optind;