diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-08-21 04:17:25 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-08-21 04:17:25 (GMT) |
commit | 77362a18bac7e73a4f824736212acb7fd6f7dd1e (patch) | |
tree | 8df9990157aa798095dd7828f037f4e5f3b9ef92 /lib/parse_ini.h | |
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/parse_ini.h')
-rw-r--r-- | lib/parse_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse_ini.h b/lib/parse_ini.h index 6357a0e..e0ba816 100644 --- a/lib/parse_ini.h +++ b/lib/parse_ini.h | |||
@@ -14,7 +14,7 @@ typedef struct np_arg_el { | |||
14 | } np_arg_list; | 14 | } np_arg_list; |
15 | 15 | ||
16 | /* FIXME: This is in plugins/common.c. Should be eventually moved to lib/ | 16 | /* FIXME: This is in plugins/common.c. Should be eventually moved to lib/ |
17 | * (although for this particular one a configure settings should be ideal) | 17 | * (although for this particular one a configure settings should be ideal) |
18 | */ | 18 | */ |
19 | #ifndef MAX_INPUT_BUFFER | 19 | #ifndef MAX_INPUT_BUFFER |
20 | # define MAX_INPUT_BUFFER 8192 | 20 | # define MAX_INPUT_BUFFER 8192 |