summaryrefslogtreecommitdiff
path: root/src/script/api/script_viewport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_viewport.hpp')
-rw-r--r--src/script/api/script_viewport.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_viewport.hpp b/src/script/api/script_viewport.hpp
index a3b82a78a..38b11611b 100644
--- a/src/script/api/script_viewport.hpp
+++ b/src/script/api/script_viewport.hpp
@@ -7,7 +7,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file script_viewport.hpp Everything to manipulate the users viewport. */
+/** @file script_viewport.hpp Everything to manipulate the user's viewport. */
#ifndef SCRIPT_VIEWPORT_HPP
#define SCRIPT_VIEWPORT_HPP
@@ -15,7 +15,7 @@
#include "script_object.hpp"
/**
- * Class that manipultes the users viewport.
+ * Class that manipulates the user's viewport.
* @api game
*/
class ScriptViewport : public ScriptObject {