[evolution] EPhotoSource fixup



commit c5a181da027c22a8388928b472e7bc0bbd7e693f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Apr 23 20:55:49 2013 -0400

    EPhotoSource fixup

 e-util/e-photo-source.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-photo-source.c b/e-util/e-photo-source.c
index d3c65c9..14e8495 100644
--- a/e-util/e-photo-source.c
+++ b/e-util/e-photo-source.c
@@ -25,7 +25,7 @@
  * #EPhotoCache.  You can add an object implementing #EPhotoSource to an
  * #EPhotoCache with e_photo_cache_add_photo_source() and remove it with
  * e_photo_cache_remove_photo_source().  When #EPhotoCache needs a photo
- * for an email addres, it will invoke e_photo_source_get_photo() on all
+ * for an email address it will invoke e_photo_source_get_photo() on all
  * available #EPhotoSource objects simultaneously and select one photo.
  **/
 
@@ -49,7 +49,7 @@ e_photo_source_default_init (EPhotoSourceInterface *interface)
  * @callback: a #GAsyncReadyCallback to call when the request is satisfied
  * @user_data: data to pass to the callback function
  *
- * Asynchronously searches for a photo or logo for @email_address.
+ * Asynchronously searches for a photo for @email_address.
  *
  * When the operation is finished, @callback will be called.  You can then
  * call e_photo_source_get_photo_finish() to get the result of the operation.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]