diff --git a/obexd/plugins/pbap.c b/obexd/plugins/pbap.c
index c008e95..948f9df 100644
--- a/obexd/plugins/pbap.c
+++ b/obexd/plugins/pbap.c
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 1598d5f..ad40be3 100644
--- a/obexd/plugins/phonebook-ebook.c
+++ b/obexd/plugins/phonebook-ebook.c
}
/*
- * 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.
*/