Fix typo in math-util.h 17/197017/2
authorSunghyun kim <scholb.kim@samsung.com>
Wed, 9 Jan 2019 02:09:54 +0000 (11:09 +0900)
committersunghyun kim <scholb.kim@samsung.com>
Wed, 9 Jan 2019 02:12:58 +0000 (02:12 +0000)
Change-Id: I382877543dc0ddfb8a29c2b653f028005bf2cdc0

dali/public-api/math/math-utils.h

index 521d266..e9b92d9 100644 (file)
@@ -278,8 +278,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).