From c4468aef5dc795c51d64999d8f53a8091172ab0c Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Fri, 2 Mar 2018 23:20:14 +0700 Subject: [PATCH] s/Camear/Camera in docs (cherry picked from commit b099a500eb9885adbe6532e4c5ef2186e413f524) --- doc/classes/Camera.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml index 54df009e18..9da982685a 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. - The horizontal (X) offset of the Camear viewport. + The horizontal (X) offset of the Camera viewport. 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. - The horizontal (Y) offset of the Camear viewport. + The horizontal (Y) offset of the Camera viewport.