summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2018-03-02 23:20:14 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2018-03-02 23:20:14 +0700
commitb099a500eb9885adbe6532e4c5ef2186e413f524 (patch)
tree7576977f8e30701813df875a615f80d866c16658
parent4ccc8e57f98024b913bafbf290b4093658674e68 (diff)
s/Camear/Camera in docs
-rw-r--r--doc/classes/Camera.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml
index 869a664073..0b7cd4ef7a 100644
--- a/doc/classes/Camera.xml
+++ b/doc/classes/Camera.xml
@@ -133,7 +133,7 @@
The camera's field of view angle (in degrees). Only applicable in perspective mode. Since [member keep_aspect] locks one axis, [code]fov[/code] sets the other axis' field of view angle.
</member>
<member name="h_offset" type="float" setter="set_h_offset" getter="get_h_offset">
- The horizontal (X) offset of the Camear viewport.
+ The horizontal (X) offset of the Camera viewport.
</member>
<member name="keep_aspect" type="int" setter="set_keep_aspect_mode" getter="get_keep_aspect_mode" enum="Camera.KeepAspect">
The axis to lock during [member fov]/[member size] adjustments.
@@ -148,7 +148,7 @@
The camera's size measured as 1/2 the width or height. Only applicable in orthogonal mode. Since [member keep_aspect] locks on axis, [code]size[/code] sets the other axis' size length.
</member>
<member name="v_offset" type="float" setter="set_v_offset" getter="get_v_offset">
- The horizontal (Y) offset of the Camear viewport.
+ The horizontal (Y) offset of the Camera viewport.
</member>
</members>
<constants>