summaryrefslogtreecommitdiffstats
path: root/lib/tests
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-08-21 04:17:25 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-08-21 04:17:25 (GMT)
commit77362a18bac7e73a4f824736212acb7fd6f7dd1e (patch)
tree8df9990157aa798095dd7828f037f4e5f3b9ef92 /lib/tests
parentdfca15116c95f5800312ee6b7346802bdc6c3724 (diff)
downloadmonitoring-plugins-77362a18bac7e73a4f824736212acb7fd6f7dd1e.tar.gz
Typos in comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2035 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/test_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test_opts.c b/lib/tests/test_opts.c
index e878abd..e6623d1 100644
--- a/lib/tests/test_opts.c
+++ b/lib/tests/test_opts.c
@@ -145,7 +145,7 @@ main (int argc, char **argv)
145 ok(array_diff(argc_test, argv_test, 7, argv_known), "twice extra opts using two sections"); 145 ok(array_diff(argc_test, argv_test, 7, argv_known), "twice extra opts using two sections");
146 my_free(&argc_test,argv_test); 146 my_free(&argc_test,argv_test);
147 147
148 /* Next three checks dre expected to die. They are commented out as they 148 /* Next three checks are expected to die. They are commented out as they
149 * could possibly go in a sepatare test checked for return value. 149 * could possibly go in a sepatare test checked for return value.
150 */ 150 */
151 /* argv_test=(char **)malloc(6*sizeof(char **)); 151 /* argv_test=(char **)malloc(6*sizeof(char **));