Corrected typo in comments.

This commit is contained in:
Xavier Raynaud 2012-04-12 18:11:24 +02:00
parent 42a9888829
commit c5c0487227

View File

@ -171,9 +171,9 @@ namespace Opm {
/// b) this method throws an appropriate exception. /// b) this method throws an appropriate exception.
/// ///
/// \param name is the name of the parameter in question. /// \param name is the name of the parameter in question.
/// \param default_value the defualt value of the parameter in /// \param default_value the default value of the parameter in
/// question. /// question.
/// \return The value associated with then name in this parameter /// \return The value associated with this name in this parameter
/// group. /// group.
template<typename T> template<typename T>
T getDefault(const std::string& name, T getDefault(const std::string& name,