Fix typo error in some descriptions
[platform/core/uifw/dali-core.git] / dali / public-api / math / math-utils.h
index 96df09b..1c70719 100644 (file)
@@ -233,7 +233,7 @@ inline float Round(float value, int pos)
  * @endcode
  *
  * The value x will be confined to this domain.
- * If x is below 2 e.g. 0, then it is wraped to 6.
+ * If x is below 2 e.g. 0, then it is wrapped to 6.
  * If x is above or equal to 8 e.g. 8.1 then it is
  * wrapped to 2.1.
  *