Fix some spelling errors in comments in option.h

Originally committed to SVN as r6012.
This commit is contained in:
Thomas Goyne 2011-12-22 21:11:29 +00:00
parent a7a159288f
commit 4823706206
1 changed files with 4 additions and 4 deletions

View File

@ -107,17 +107,17 @@ public:
/// @brief Next configuration file to load.
/// @param[in] src Stream to load from.
/// Load next config which will superceed any values from previous configs
/// Load next config which will supersede any values from previous configs
/// can be called as many times as required, but only after ConfigDefault() and
/// before ConfigUser()
void ConfigNext(std::istream &stream);
/// @brief Set user config file.
/// Set the user configuration file and read options from it, closes all possible
/// config file loading and sets the file to write to.
/// Set the user configuration file and read options from it, closes all
/// possible config file loading and sets the file to write to.
void ConfigUser();
/// Write the user configuration to disk, throws an exeption if something goes wrong.
/// Write the user configuration to disk, throws an exception if something goes wrong.
void Flush();
/// Print internal option type, name and values.