Fix typo in math-util.h 75/197075/1 accepted/tizen_4.0_unified accepted/tizen/4.0/unified/20190112.120428 submit/tizen_4.0/20190109.090434 submit/tizen_4.0/20190110.015301 submit/tizen_4.0/20190110.054357 submit/tizen_4.0/20190111.020557
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 08:49:50 +0000 (17:49 +0900)
Change-Id: I382877543dc0ddfb8a29c2b653f028005bf2cdc0

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

index 1c70719..089705b 100644 (file)
@@ -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).