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.