(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
* @warning Results of this function are not governed by the API. This means
|
||||
* that a setting that previously existed can be gone or has
|
||||
* changed its name.
|
||||
* @note Results achieved in the past offer no gurantee for the future.
|
||||
* @note Results achieved in the past offer no guarantee for the future.
|
||||
* @return True if and only if the setting is valid.
|
||||
*/
|
||||
static bool IsValid(const char *setting);
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
* that the value of settings may be out of the expected range. It
|
||||
* also means that a setting that previously existed can be gone or
|
||||
* has changed its name/characteristics.
|
||||
* @note Results achieved in the past offer no gurantee for the future.
|
||||
* @note Results achieved in the past offer no guarantee for the future.
|
||||
* @return The value for the setting.
|
||||
*/
|
||||
static int32 GetValue(const char *setting);
|
||||
@@ -67,7 +67,7 @@ public:
|
||||
* @param value The value to set the setting to.
|
||||
* @pre IsValid(setting).
|
||||
* @return True if the action succeeded.
|
||||
* @note Results achieved in the past offer no gurantee for the future.
|
||||
* @note Results achieved in the past offer no guarantee for the future.
|
||||
* @api -ai
|
||||
*/
|
||||
static bool SetValue(const char *setting, int value);
|
||||
|
Reference in New Issue
Block a user