Elementary magic key: Fixed typo.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Feb 2011 01:47:51 +0000 (01:47 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Feb 2011 01:47:51 +0000 (01:47 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@57001 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/edje_externals/Makefile.am
src/lib/Makefile.am
src/lib/elm_widget.h

index b2c11cf..0dba20b 100644 (file)
@@ -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) \
index 27abe42..5708e56 100644 (file)
@@ -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) \
index 3cfdf38..4b7c477 100644 (file)
  * 
  */
 
-#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);"