Code

Typos in comments
[nagiosplug.git] / lib / tests / test_opts.c
index e878abd8dadb650979094a69fd8dea3ac3e6cd09..e6623d1b9c716efc3b2abfa37569e104efc7c199 100644 (file)
@@ -145,7 +145,7 @@ main (int argc, char **argv)
        ok(array_diff(argc_test, argv_test, 7, argv_known), "twice extra opts using two sections");
        my_free(&argc_test,argv_test);
 
-       /* Next three checks dre expected to die. They are commented out as they
+       /* Next three checks are expected to die. They are commented out as they
         * could possibly go in a sepatare test checked for return value.
         */
        /* argv_test=(char **)malloc(6*sizeof(char **));