From 7bb72d736eacb8bc00d4f7120e850eaa2dde64ac Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 15 Oct 2013 11:51:20 +0200 Subject: [PATCH] Fix gramm-o found by lintian --- pdns/arguments.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2