From: Sunghyun kim Date: Wed, 9 Jan 2019 02:09:54 +0000 (+0900) Subject: Fix typo in math-util.h X-Git-Tag: submit/tizen_4.0/20190109.090434 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_4.0%2F20190109.090434;p=platform%2Fcore%2Fuifw%2Fdali-core.git Fix typo in math-util.h Change-Id: I382877543dc0ddfb8a29c2b653f028005bf2cdc0 --- 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).