From: Christian Hofstaedtler Date: Tue, 15 Oct 2013 09:51:20 +0000 (+0200) Subject: Fix gramm-o found by lintian X-Git-Tag: rec-3.6.0-rc1~411^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bb72d736eacb8bc00d4f7120e850eaa2dde64ac;p=pdns Fix gramm-o found by lintian --- diff --git a/pdns/arguments.hh b/pdns/arguments.hh index c62ece7af..eea831224 100644 --- a/pdns/arguments.hh +++ b/pdns/arguments.hh @@ -102,7 +102,7 @@ public: #endif double asDouble(const string &var); //!< return a variable value as a number string &set(const string &); //!< Gives a writable reference and allocates space for it - string &set(const string &, const string &); //!< Does the same but also allows to specify a help message + string &set(const string &, const string &); //!< Does the same but also allows one to specify a help message void setCmd(const string &, const string &); //!< Add a command flag string &setSwitch(const string &, const string &); //!< Add a command flag string helpstring(string prefix=""); //!< generates the --help