]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
More fixes
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 8d3cedc0264f18eb39158a70d8ac2a57ff119c18..6ca4fec8ca92ab1a06b1dd0beba7cf99f7d0dc47 100644 (file)
--- a/test.c
+++ b/test.c
@@ -50,7 +50,6 @@ char *task_bins[] = {
 #ifndef _WIN32
 #include <sys/types.h>
 #include <sys/wait.h>
-
 #include <unistd.h>
 typedef struct {
     FILE *handles[3];
@@ -202,8 +201,8 @@ int task_pclose(FILE **handles) {
  *              -execute
  *                  This will perform compilation and execution
  *              -fail
- *                  This will perform compileration, but requires
- *                  the compilation to fail .. inorder to succeed.   
+ *                  This will perform compilation, but requires
+ *                  the compilation to fail in order to succeed.   
  *
  *          This must be provided, this tag is NOT optional.
  *