]> granicus.if.org Git - pdns/commitdiff
Fix gramm-o found by lintian
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 15 Oct 2013 09:51:20 +0000 (11:51 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 15 Oct 2013 09:51:20 +0000 (11:51 +0200)
pdns/arguments.hh

index c62ece7afc3231c37d3127ff85e52d7f40eb8040..eea831224300a88fdffa45893f70c6b1c671047e 100644 (file)
@@ -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