From 2d7f5132aad66f4ef86cab81ecce1109de7e9989 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 6 Sep 2016 12:20:39 +0200 Subject: [PATCH] Fix indefinite articles --- client/config_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/config_init.c b/client/config_init.c index 78998664..4d9a49f8 100644 --- a/client/config_init.c +++ b/client/config_init.c @@ -584,7 +584,7 @@ is_rc_param(const char *line, rc_file_param_t *param) } /** - * \brief Dump available stanzas from a fwknoprc file + * \brief Dump available stanzas from an fwknoprc file * * This function parses a rcfile and looks for configured stanzas. * They are all displayed except the default stanza. @@ -1510,7 +1510,7 @@ add_multiple_vars_to_rc(FILE* rc, fko_cli_options_t *options, fko_var_bitmask_t * @brief Process the fwknoprc file and lookup a section to extract its settings. * * This function aims at loading the settings for a specific section in - * a fwknoprc file. + * an fwknoprc file. * * @param section_name Name of the section to lookup. * @param options Fwknop option structure where settings have to