seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=047d18e2c7d852c984a8a52e1c2f6b2844787f40

commit 047d18e2c7d852c984a8a52e1c2f6b2844787f40
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Mon Feb 23 10:48:31 2015 +0900

    performance: Fix typo perfomance -> performance.
---
 src/examples/{perfomance => performance}/HowTo              |   0
 src/examples/{perfomance => performance}/Makefile.am        |  12 ++++++------
 src/examples/{perfomance => performance}/Tools.h            |   0
 src/examples/{perfomance => performance}/backgroung.png     | Bin
 src/examples/{perfomance => performance}/camera_light.c     |   0
 src/examples/{perfomance => performance}/graphical.c        |   0
 src/examples/{perfomance => performance}/graphical_struct.h |   0
 src/examples/{perfomance => performance}/initial_config.xml |   0
 src/examples/{perfomance => performance}/layout.edc         |   0
 .../{perfomance/perfomance.c => performance/performance.c}  |   2 +-
 src/examples/{perfomance => performance}/target_texture.png | Bin
 src/examples/{perfomance => performance}/tools_private.h    |   0
 12 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/examples/perfomance/HowTo b/src/examples/performance/HowTo
similarity index 100%
rename from src/examples/perfomance/HowTo
rename to src/examples/performance/HowTo
diff --git a/src/examples/perfomance/Makefile.am 
b/src/examples/performance/Makefile.am
similarity index 77%
rename from src/examples/perfomance/Makefile.am
rename to src/examples/performance/Makefile.am
index 2fea32d..9693539 100644
--- a/src/examples/perfomance/Makefile.am
+++ b/src/examples/performance/Makefile.am
@@ -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
 
diff --git a/src/examples/perfomance/Tools.h b/src/examples/performance/Tools.h
similarity index 100%
rename from src/examples/perfomance/Tools.h
rename to src/examples/performance/Tools.h
diff --git a/src/examples/perfomance/backgroung.png 
b/src/examples/performance/backgroung.png
similarity index 100%
rename from src/examples/perfomance/backgroung.png
rename to src/examples/performance/backgroung.png
diff --git a/src/examples/perfomance/camera_light.c 
b/src/examples/performance/camera_light.c
similarity index 100%
rename from src/examples/perfomance/camera_light.c
rename to src/examples/performance/camera_light.c
diff --git a/src/examples/perfomance/graphical.c 
b/src/examples/performance/graphical.c
similarity index 100%
rename from src/examples/perfomance/graphical.c
rename to src/examples/performance/graphical.c
diff --git a/src/examples/perfomance/graphical_struct.h 
b/src/examples/performance/graphical_struct.h
similarity index 100%
rename from src/examples/perfomance/graphical_struct.h
rename to src/examples/performance/graphical_struct.h
diff --git a/src/examples/perfomance/initial_config.xml 
b/src/examples/performance/initial_config.xml
similarity index 100%
rename from src/examples/perfomance/initial_config.xml
rename to src/examples/performance/initial_config.xml
diff --git a/src/examples/perfomance/layout.edc 
b/src/examples/performance/layout.edc
similarity index 100%
rename from src/examples/perfomance/layout.edc
rename to src/examples/performance/layout.edc
diff --git a/src/examples/perfomance/perfomance.c 
b/src/examples/performance/performance.c
similarity index 99%
rename from src/examples/perfomance/perfomance.c
rename to src/examples/performance/performance.c
index 53ade9d..990e584 100644
--- a/src/examples/perfomance/perfomance.c
+++ b/src/examples/performance/performance.c
@@ -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)
diff --git a/src/examples/perfomance/target_texture.png 
b/src/examples/performance/target_texture.png
similarity index 100%
rename from src/examples/perfomance/target_texture.png
rename to src/examples/performance/target_texture.png
diff --git a/src/examples/perfomance/tools_private.h 
b/src/examples/performance/tools_private.h
similarity index 100%
rename from src/examples/perfomance/tools_private.h
rename to src/examples/performance/tools_private.h

-- 


Reply via email to