From 04f72ea7241679c71f0757b469fe61a8e6875697 Mon Sep 17 00:00:00 2001 From: Franck Joncourt Date: Tue, 30 Jul 2013 23:00:19 +0200 Subject: [PATCH] * Fixed typos. --- client/config_init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/config_init.c b/client/config_init.c index 5c8cd87e..60e39cd7 100644 --- a/client/config_init.c +++ b/client/config_init.c @@ -564,12 +564,12 @@ is_rc_param(const char *line, rc_file_param_t *param) } /** - * @brief Dump available stanzas from an fwknoprc file + * @brief Dump available stanzas from a fwknoprc file * - * This function parses an rcfile and looks for the stanzas - * configured. They are a ll displayed except the default stanza. + * This function parses a rcfile and looks for configured stanzas. + * They are all displayed except the default stanza. * - * @param rcfile path to the rcfile to parse + * @param rcfile full path to the rcfile to parse */ static void dump_configured_stanzas_from_rcfile(const char* rcfile)