--- obexd/plugins/phonebook-ebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/plugins/phonebook-ebook.c b/obexd/plugins/phonebook-ebook.c index e509dd29a..d772edca0 100644 --- a/obexd/plugins/phonebook-ebook.c +++ b/obexd/plugins/phonebook-ebook.c @@ -630,7 +630,7 @@ int phonebook_init(void) /* Acquire ESource Registry */ registry = e_source_registry_new_sync(NULL, &gerr); if (gerr != NULL) { - error("Unable to acquire registery: %s\n", gerr->message); + error("Unable to acquire registry: %s\n", gerr->message); g_error_free(gerr); return -1; } -- 2.47.2