forked from mia/Aegisub
Fix some spelling errors in comments in option.h
Originally committed to SVN as r6012.
This commit is contained in:
parent
a7a159288f
commit
4823706206
1 changed files with 4 additions and 4 deletions
|
@ -107,17 +107,17 @@ public:
|
||||||
|
|
||||||
/// @brief Next configuration file to load.
|
/// @brief Next configuration file to load.
|
||||||
/// @param[in] src Stream to load from.
|
/// @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
|
/// can be called as many times as required, but only after ConfigDefault() and
|
||||||
/// before ConfigUser()
|
/// before ConfigUser()
|
||||||
void ConfigNext(std::istream &stream);
|
void ConfigNext(std::istream &stream);
|
||||||
|
|
||||||
/// @brief Set user config file.
|
/// @brief Set user config file.
|
||||||
/// Set the user configuration file and read options from it, closes all possible
|
/// Set the user configuration file and read options from it, closes all
|
||||||
/// config file loading and sets the file to write to.
|
/// possible config file loading and sets the file to write to.
|
||||||
void ConfigUser();
|
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();
|
void Flush();
|
||||||
|
|
||||||
/// Print internal option type, name and values.
|
/// Print internal option type, name and values.
|
||||||
|
|
Loading…
Reference in a new issue