From 948d7e3743ece5e4abbdd522771880f3c33e50e6 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 26 Mar 2013 08:35:59 +0000 Subject: [PATCH] eeze/fake/module: Correct error message and fix typo. --- src/modules/eeze/sensor/fake/fake.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/eeze/sensor/fake/fake.c b/src/modules/eeze/sensor/fake/fake.c index 6ebbd32d5a..85689fd29a 100644 --- a/src/modules/eeze/sensor/fake/fake.c +++ b/src/modules/eeze/sensor/fake/fake.c @@ -133,7 +133,7 @@ fake_async_read(Eeze_Sensor_Type sensor_type, void *user_data EINA_UNUSED) break; default: - ERR("Not possible to set a callback for this sensor type."); + ERR("Not possible to read from this sensor type."); free(obj); return EINA_FALSE; } @@ -141,7 +141,7 @@ fake_async_read(Eeze_Sensor_Type sensor_type, void *user_data EINA_UNUSED) } /* This function gets called when the module is loaded from the disk. Its the - * entry point to anything in this module. After settign ourself up we register + * entry point to anything in this module. After setting ourself up we register * into the core of eeze sensor to make our functionality available. */ Eina_Bool