summaryrefslogtreecommitdiff
path: root/test/phonelog-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/phonelog-test.c')
-rwxr-xr-xtest/phonelog-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/phonelog-test.c b/test/phonelog-test.c
index 38a10f3..aeb49f1 100755
--- a/test/phonelog-test.c
+++ b/test/phonelog-test.c
@@ -148,9 +148,9 @@ void phonelog_get_number_list_test(void)
{
int ret;
- ret = contats_svc_phonelog_get_all_number(plog_get_number_list_cb, NULL);
+ ret = contacts_svc_phonelog_get_all_number(plog_get_number_list_cb, NULL);
if (CTS_SUCCESS != ret)
- printf("contats_svc_phonelog_get_all_number() Failed(%d)\n", ret);
+ printf("contacts_svc_phonelog_get_all_number() Failed(%d)\n", ret);
}