aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-04-24 08:55:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-24 08:56:52 +0800
commitc5a181da027c22a8388928b472e7bc0bbd7e693f (patch)
treecfc38f16a70fa1496714ae665463feaefef70b05 /e-util
parent3bf02daa08271ae5201008ee362a045b217c6a7a (diff)
downloadgsoc2013-evolution-c5a181da027c22a8388928b472e7bc0bbd7e693f.tar
gsoc2013-evolution-c5a181da027c22a8388928b472e7bc0bbd7e693f.tar.gz
gsoc2013-evolution-c5a181da027c22a8388928b472e7bc0bbd7e693f.tar.bz2
gsoc2013-evolution-c5a181da027c22a8388928b472e7bc0bbd7e693f.tar.lz
gsoc2013-evolution-c5a181da027c22a8388928b472e7bc0bbd7e693f.tar.xz
gsoc2013-evolution-c5a181da027c22a8388928b472e7bc0bbd7e693f.tar.zst
gsoc2013-evolution-c5a181da027c22a8388928b472e7bc0bbd7e693f.zip
EPhotoSource fixup
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-photo-source.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-photo-source.c b/e-util/e-photo-source.c
index d3c65c987f..14e8495bc4 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.