diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-08-21 04:17:25 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-08-21 04:17:25 +0000 |
commit | 77362a18bac7e73a4f824736212acb7fd6f7dd1e (patch) | |
tree | 8df9990157aa798095dd7828f037f4e5f3b9ef92 /lib/tests | |
parent | dfca15116c95f5800312ee6b7346802bdc6c3724 (diff) | |
download | monitoring-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test_opts.c b/lib/tests/test_opts.c index e878abd8..e6623d1b 100644 --- a/lib/tests/test_opts.c +++ b/lib/tests/test_opts.c @@ -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 **)); |