Diff between 8e835a685935b8e90fb45b96e6781d8332b00ef3 and 8fba2cd3b71267a9aad125f03ff39c0cfc2733bb
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/phonebook-ebook.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/plugins/phonebook-ebook.c b/obexd/plugins/phonebook-ebook.c
index e509dd2..d772edc 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;
}