From 875bd81032676001c3afd3a33f3fb9e02ac8c623 Mon Sep 17 00:00:00 2001
From: Omar Shehata <oshehata@agi.com>
Date: Thu, 1 Nov 2018 14:55:51 -0400
Subject: [PATCH] Fix doc typo

---
 Source/Scene/Camera.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/Scene/Camera.js b/Source/Scene/Camera.js
index 12df78c6ff45..4323052d83e0 100644
--- a/Source/Scene/Camera.js
+++ b/Source/Scene/Camera.js
@@ -2745,7 +2745,7 @@ define([
      *
      * @param {Object} options Object with the following properties:
      * @param {Cartesian3|Rectangle} options.destination The final position of the camera in WGS84 (world) coordinates or a rectangle that would be visible from a top-down view.
-     * @param {Object} [options.orientation] An object that contains either direction and up properties or heading, pith and roll properties. By default, the direction will point
+     * @param {Object} [options.orientation] An object that contains either direction and up properties or heading, pitch and roll properties. By default, the direction will point
      * towards the center of the frame in 3D and in the negative z direction in Columbus view. The up direction will point towards local north in 3D and in the positive
      * y direction in Columbus view.  Orientation is not used in 2D when in infinite scrolling mode.
      * @param {Number} [options.duration] The duration of the flight in seconds. If omitted, Cesium attempts to calculate an ideal duration based on the distance to be traveled by the flight.