From 3d6490489b5b45f80a9f599497341e2176835bbd Mon Sep 17 00:00:00 2001 From: Sunghyun kim Date: Wed, 9 Jan 2019 11:09:54 +0900 Subject: [PATCH] Fix typo in math-util.h Change-Id: I382877543dc0ddfb8a29c2b653f028005bf2cdc0 --- dali/public-api/math/math-utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dali/public-api/math/math-utils.h b/dali/public-api/math/math-utils.h index 1c70719..089705b 100644 --- a/dali/public-api/math/math-utils.h +++ b/dali/public-api/math/math-utils.h @@ -275,8 +275,8 @@ inline float WrapInDomain(float x, float start, float end) * @endcode * * Knowing the shortest distance is useful with wrapped domains - * to solve problems such as determing the closest object to - * a given point, or determing whether turning left or turning + * to solve problems such as determining the closest object to + * a given point, or determining whether turning left or turning * right is the shortest route to get from angle 10 degrees * to angle 350 degrees (clearly in a 0-360 degree domain, turning * left 20 degrees is quicker than turning right 340 degrees). -- 2.7.4