performance: Fix typo perfomance -> performance.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 23 Feb 2015 01:48:31 +0000 (10:48 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 23 Feb 2015 01:48:31 +0000 (10:48 +0900)
12 files changed:
src/examples/performance/HowTo [moved from src/examples/perfomance/HowTo with 100% similarity]
src/examples/performance/Makefile.am [moved from src/examples/perfomance/Makefile.am with 77% similarity]
src/examples/performance/Tools.h [moved from src/examples/perfomance/Tools.h with 100% similarity]
src/examples/performance/backgroung.png [moved from src/examples/perfomance/backgroung.png with 100% similarity]
src/examples/performance/camera_light.c [moved from src/examples/perfomance/camera_light.c with 100% similarity]
src/examples/performance/graphical.c [moved from src/examples/perfomance/graphical.c with 100% similarity]
src/examples/performance/graphical_struct.h [moved from src/examples/perfomance/graphical_struct.h with 100% similarity]
src/examples/performance/initial_config.xml [moved from src/examples/perfomance/initial_config.xml with 100% similarity]
src/examples/performance/layout.edc [moved from src/examples/perfomance/layout.edc with 100% similarity]
src/examples/performance/performance.c [moved from src/examples/perfomance/perfomance.c with 99% similarity]
src/examples/performance/target_texture.png [moved from src/examples/perfomance/target_texture.png with 100% similarity]
src/examples/performance/tools_private.h [moved from src/examples/perfomance/tools_private.h with 100% similarity]

similarity index 77%
rename from src/examples/perfomance/Makefile.am
rename to src/examples/performance/Makefile.am
index 2fea32d..9693539 100644 (file)
@@ -2,8 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in
 
 include ../../../Makefile_Elm_Helpers.am
 
-examplesdir = $(pkgdatadir)/examples/perfomance
-filesdir = $(pkgdatadir)/examples/perfomance
+examplesdir = $(pkgdatadir)/examples/performance
+filesdir = $(pkgdatadir)/examples/performance
 files_DATA =
 
 AM_CPPFLAGS = \
@@ -20,7 +20,7 @@ LDADD = \
 @ELEMENTARY_LIBS@ \
 $(top_builddir)/src/lib/libelementary.la
 
-SRCS = perfomance.c camera_light.c graphical.c
+SRCS = performance.c camera_light.c graphical.c
 
 .edc.edj:
        $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $< $@
@@ -28,8 +28,8 @@ SRCS = perfomance.c camera_light.c graphical.c
 if EFL_BUILD_EXAMPLES
 files_DATA += $(SRCS) layout.edc layout.edj
 
-perfomance_SOURCES = \
-       perfomance.c \
+performance_SOURCES = \
+       performance.c \
        camera_light.c \
        graphical.c
 
@@ -37,7 +37,7 @@ clean-local:
        rm -f *.edj
 
 examples_PROGRAMS = \
-       perfomance
+       performance
 
 endif
 
similarity index 99%
rename from src/examples/perfomance/perfomance.c
rename to src/examples/performance/performance.c
index 53ade9d..990e584 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Example for testing perfomance of Evas 3D library
+ * Example for testing performance of Evas 3D library
  *
  * Program should be runned with 4 parameters:
  * 1 - count parameter (NP)