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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1054%2Fhead;p=thirdparty%2Fpdns.git Fix gramm-o found by lintian --- diff --git a/pdns/arguments.hh b/pdns/arguments.hh index c62ece7afc..eea8312243 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