From: seoz Date: Mon, 14 Feb 2011 01:47:51 +0000 (+0000) Subject: Elementary magic key: Fixed typo. X-Git-Tag: REL_F_I9500_20120323_1~17^2~3166 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba915c83ac13b044b45af01de0e18b23c9e31ff9;p=framework%2Fuifw%2Felementary.git Elementary magic key: Fixed typo. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57001 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/edje_externals/Makefile.am b/src/edje_externals/Makefile.am index b2c11cf..0dba20b 100644 --- a/src/edje_externals/Makefile.am +++ b/src/edje_externals/Makefile.am @@ -1,7 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = \ --DELM_INTERAL_API_ARGESFSDFEFC=1 \ +-DELM_INTERNAL_API_ARGESFSDFEFC=1 \ -I. \ -I$(top_builddir) \ -I$(top_srcdir) \ diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 27abe42..5708e56 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign MAINTAINERCLEANFILES = Makefile.in AM_CPPFLAGS = \ --DELM_INTERAL_API_ARGESFSDFEFC=1 \ +-DELM_INTERNAL_API_ARGESFSDFEFC=1 \ -I. \ -I$(top_builddir) \ -I$(top_srcdir) \ diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h index 3cfdf38..4b7c477 100644 --- a/src/lib/elm_widget.h +++ b/src/lib/elm_widget.h @@ -175,7 +175,7 @@ * */ -#ifndef ELM_INTERAL_API_ARGESFSDFEFC +#ifndef ELM_INTERNAL_API_ARGESFSDFEFC # warning "You are using an internal elementary API. This API is not stable" # warning "and is subject to change. You use this at your own risk." # warning "Remember to call elm_widget_api_check(ELM_INTERNAL_API_VERSION);"