From d32e73b1c63c06ff9055a10d716858dd9bb92f01 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 18 Nov 2013 21:28:47 +0900 Subject: [PATCH] tooltip.edc: fixed a comment typo. --- legacy/elementary/data/themes/edc/elm/tooltip.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/data/themes/edc/elm/tooltip.edc b/legacy/elementary/data/themes/edc/elm/tooltip.edc index 264c63d7b9..ec8b6e1aa3 100644 --- a/legacy/elementary/data/themes/edc/elm/tooltip.edc +++ b/legacy/elementary/data/themes/edc/elm/tooltip.edc @@ -28,7 +28,7 @@ group { name: "elm/tooltip/base/default"; data.item: "pad_border_x" "1"; data.item: "pad_border_y" "1"; /* tooltip is hidden after this amount. - Keep in syn with hide animations */ + Keep in sync with hide animations */ data.item: "hide_timeout" "0.35"; // if in a window... it's transparent! data.item: "transparent" "enabled";