From 37e6b49f41bcd585a8050476d0fa6c76afa434c8 Mon Sep 17 00:00:00 2001 From: Marcel Mol Date: Thu, 12 Aug 2010 12:17:10 +0200 Subject: [PATCH] obexd: Fix minor comment typos & indents --- obexd/plugins/pbap.c | 2 +- obexd/plugins/phonebook-ebook.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obexd/plugins/pbap.c b/obexd/plugins/pbap.c index c008e951d..948f9dfe4 100644 --- a/obexd/plugins/pbap.c +++ b/obexd/plugins/pbap.c @@ -921,7 +921,7 @@ static int pbap_init(void) err = obex_service_driver_register(&pbap); if (err < 0) - goto fail_pbap_reg; + goto fail_pbap_reg; return 0; diff --git a/obexd/plugins/phonebook-ebook.c b/obexd/plugins/phonebook-ebook.c index 1598d5f36..ad40be3d8 100644 --- a/obexd/plugins/phonebook-ebook.c +++ b/obexd/plugins/phonebook-ebook.c @@ -152,7 +152,7 @@ static void ebookpull_cb(EBook *book, EBookStatus estatus, GList *contacts, } /* - * When MaxListCount s zero, PCE wants to know the number of used + * When MaxListCount is zero, PCE wants to know the number of used * indexes in the phonebook of interest. All other parameters that * may be present in the request shall be ignored. */ -- 2.47.3