All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] Fix typo: s/registery/registry/
@ 2025-03-10 10:52 Andrew Sayers
  2025-03-10 13:27 ` [BlueZ] " bluez.test.bot
  2025-03-12 16:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Sayers @ 2025-03-10 10:52 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrew Sayers

---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-12 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-10 10:52 [PATCH BlueZ] Fix typo: s/registery/registry/ Andrew Sayers
2025-03-10 13:27 ` [BlueZ] " bluez.test.bot
2025-03-12 16:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.