Assorted spelling fixes.
diff --git a/programs/cmd/batch.c b/programs/cmd/batch.c
index 21e806a..3748f21 100644
--- a/programs/cmd/batch.c
+++ b/programs/cmd/batch.c
@@ -187,7 +187,7 @@
           param[0] = '\0';
           i++;
         } else {
-          s++; /* Skip delimter */
+          s++; /* Skip delimiter */
         }
         p = param;
     }