Fix mis-spelling
authorHyunwoo Kim <hw4444.kim@samsung.com>
Mon, 24 Sep 2012 04:29:33 +0000 (13:29 +0900)
committerHyunwoo Kim <hw4444.kim@samsung.com>
Mon, 24 Sep 2012 04:29:33 +0000 (13:29 +0900)
Change-Id: Icb84155c34df26bfb528122dd7a7f13935657d96

engine/arm/libface-engine.so
engine/i586/libface-engine.so
include/face-engine.h
packaging/face-engine.spec

index 4adfcef..e8dc14b 100755 (executable)
Binary files a/engine/arm/libface-engine.so and b/engine/arm/libface-engine.so differ
index 4d3e2df..541047a 100755 (executable)
Binary files a/engine/i586/libface-engine.so and b/engine/i586/libface-engine.so differ
index cfc7bf0..eaff63e 100755 (executable)
@@ -71,7 +71,7 @@ typedef enum {
 
 typedef enum {
        FACE_ENGINE_IMAGE_TYPE_SINGLE,  /**< */
-       FACE_ENGINE_IMAGE_TYPE_CONTINIOUS,
+       FACE_ENGINE_IMAGE_TYPE_CONTINOUS,
 } face_engine_image_type_e;
 
 typedef struct {
@@ -102,7 +102,7 @@ typedef union {
                face_engine_point_t lefteye;    // 8
                face_engine_point_t righteye;   // 8
 
-               face_engine_rect_t mouse;       // 16
+               face_engine_rect_t mouth;       // 16
        };
 
        char Reserved[128];
index fc10f4c..64d3260 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       face-engine
 Summary:    Face engine v1.0
-Version:    1.0.24
+Version:    1.1.28
 Release:    1
 Group:      misc
 License:    Samsung proprietary