diff --git a/aegisub/libaegisub/include/libaegisub/option.h b/aegisub/libaegisub/include/libaegisub/option.h index 0961e3eea..6fded30d3 100644 --- a/aegisub/libaegisub/include/libaegisub/option.h +++ b/aegisub/libaegisub/include/libaegisub/option.h @@ -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.