From 4823706206a5a5287f9061e12c03217413b99c86 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:11:29 +0000 Subject: [PATCH] Fix some spelling errors in comments in option.h Originally committed to SVN as r6012. --- aegisub/libaegisub/include/libaegisub/option.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.