From b3a7841e2ea70970d1237ac6ed3d6ece23df2524 Mon Sep 17 00:00:00 2001 From: marschap Date: Sat, 29 Nov 2008 16:13:11 +0000 Subject: [PATCH] fix typo in Doxygen comment --- shared/configfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/configfile.c b/shared/configfile.c index 04e0154..112b370 100644 --- a/shared/configfile.c +++ b/shared/configfile.c @@ -298,7 +298,7 @@ double config_get_float(const char *sectionname, const char *keyname, } -/** Test whether the configuration containis a specific section. +/** Test whether the configuration contains a specific section. * \param sectionname Name of the section to look for. * \retval 0 section not in config * \retval 1 section in config