performance: Fix typo perfomance -> performance.

This commit is contained in:
Daniel Juyung Seo 2015-02-23 10:48:31 +09:00
parent 992468c9cc
commit 5b9ea67768
12 changed files with 7 additions and 7 deletions

View 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

View File

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 173 KiB

View 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)

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB