From 23ca5fa8af9c5803b103e5c35f2b89a15e8a6971 Mon Sep 17 00:00:00 2001 From: Sunghyun kim Date: Wed, 9 Jan 2019 11:12:02 +0900 Subject: [PATCH] Fix typo in visual-properties Change-Id: Iae6f24b1ef05d4764ccabe09965422992352ef85 --- dali-toolkit/public-api/visuals/visual-properties.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dali-toolkit/public-api/visuals/visual-properties.h b/dali-toolkit/public-api/visuals/visual-properties.h index cb36f29..dd1447b 100644 --- a/dali-toolkit/public-api/visuals/visual-properties.h +++ b/dali-toolkit/public-api/visuals/visual-properties.h @@ -129,7 +129,7 @@ enum } // namespace Property /** - * @brief Visual Transfrom for the offset or size. + * @brief Visual Transform for the offset or size. * @SINCE_1_2.60 */ namespace Transform @@ -162,7 +162,7 @@ namespace Property { /** - * @brief Enumeration for the type of Transfrom Property. + * @brief Enumeration for the type of Transform Property. * @SINCE_1_2.60 */ enum Type -- 2.7.4