summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/goabackend/goaprovider.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/goabackend/goaprovider.c b/src/goabackend/goaprovider.c
index 1b0bc0d..021d47e 100644
--- a/src/goabackend/goaprovider.c
+++ b/src/goabackend/goaprovider.c
@@ -369,8 +369,8 @@ ensure_credentials_in_thread_func (GSimpleAsyncResult *simple,
* goa_provider_ensure_credentials_finish() to get the result
* of the operation.
*
- * This is a virtual method where the default implemention simply returns
- * the %GOA_ERROR_NOT_SUPPORTED error. A subclass may provide
+ * This is a virtual method where the default implementation simply
+ * returns the %GOA_ERROR_NOT_SUPPORTED error. A subclass may provide
* another implementation.
*/
void
@@ -511,7 +511,8 @@ goa_provider_build_object_real (GoaProvider *provider,
* to be bumped since existing credentials are not good for the added
* scope.
*
- * This is a virtual method where the default implemention returns 0.
+ * This is a virtual method where the default implementation returns
+ * 0.
*
* Returns: The current generation of credentials.
*/