diff options
author | alberth <alberth@openttd.org> | 2012-09-21 09:47:21 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2012-09-21 09:47:21 +0000 |
commit | 0849fb8d36160edb163eeea563b050b3ce641edc (patch) | |
tree | c553d65c51bc5bf5553c04981b7629bf9f909df1 /src/script | |
parent | 89988c616329a132c20a6ba79646ad8a127d8658 (diff) | |
download | openttd-0849fb8d36160edb163eeea563b050b3ce641edc.tar.xz |
(svn r24535) -Doc: Two additions, lots of small spelling fixes, and some Doxygen improvements.
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/api/script_text.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_text.hpp b/src/script/api/script_text.hpp index cd2bca45f..43a6037ef 100644 --- a/src/script/api/script_text.hpp +++ b/src/script/api/script_text.hpp @@ -30,7 +30,7 @@ public: }; /** - * Interal used class to create a raw text in a Text object. + * Internally used class to create a raw text in a Text object. * @api -all */ class RawText : public Text { @@ -105,7 +105,7 @@ public: #else /** * Set the parameter to a value. - * @param parameter Which parameter t oset. + * @param parameter Which parameter to set. * @param value The value of the parameter. Has to be string, integer or an instance of the class ScriptText. */ void SetParam(int parameter, Object value); |