diff --git a/Util/include/Poco/Util/Validator.h b/Util/include/Poco/Util/Validator.h index 8aee7c0cf..062deee44 100644 --- a/Util/include/Poco/Util/Validator.h +++ b/Util/include/Poco/Util/Validator.h @@ -62,7 +62,7 @@ public: /// Validates the value for the given option. /// Does nothing if the value is valid. /// - /// Throws an InvalidOptionException otherwise. + /// Throws an OptionException otherwise. protected: Validator();