You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/09/05 21:46:04 UTC

[royale-asjs] branch feature/new_merge updated: fix typo

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/new_merge
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new 062102d  fix typo
062102d is described below

commit 062102d89dff4c22b89c8365d5ee205b509ab365
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Sep 5 23:45:59 2018 +0200

    fix typo
---
 frameworks/projects/Icons/src/main/royale/MaterialIconType.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
index 3ff113e..65dd3d7 100644
--- a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
+++ b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
@@ -1075,7 +1075,7 @@ package
         public static const UNFOLD_LESS:String = 'unfold_less';
         public static const ALL_INBOX:String = 'all_inbox';
         public static const WORK_OUTLINE:String = 'work_outline';
-        public static const ARROW_FORWARD_IOS:String = 'arrow_fordward_ios';
+        public static const ARROW_FORWARD_IOS:String = 'arrow_forward_ios';
         public static const ARROW_BACK_IOS:String = 'arrow_back_ios';
     }
 }