summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-05-25 14:35:46 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-05-25 14:35:46 -0400
commit704c2609b81199fe9474730976accb25ab96143d (patch)
treefb0ce299d298e74c0eb8308c519a595d79359b62
parent2e69a73a2009f2398ddf3a76bfc55aa1448bdc73 (diff)
Fix spelling of implementation
Signed-off-by: David Zeuthen <davidz@redhat.com>
-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.
*/