aboutsummaryrefslogtreecommitdiff
path: root/lib/parse_ini.h
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2008-08-21 04:17:25 +0000
committerGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2008-08-21 04:17:25 +0000
commit77362a18bac7e73a4f824736212acb7fd6f7dd1e (patch)
tree8df9990157aa798095dd7828f037f4e5f3b9ef92 /lib/parse_ini.h
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/parse_ini.h')
-rw-r--r--lib/parse_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse_ini.h b/lib/parse_ini.h
index 6357a0ee..e0ba8164 100644
--- a/lib/parse_ini.h
+++ b/lib/parse_ini.h
@@ -14,7 +14,7 @@ typedef struct np_arg_el {
} np_arg_list;
/* FIXME: This is in plugins/common.c. Should be eventually moved to lib/
- * (although for this particular one a configure settings should be ideal)
+ * (although for this particular one a configure settings should be ideal)
*/
#ifndef MAX_INPUT_BUFFER
# define MAX_INPUT_BUFFER 8192