aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-04-19 20:07:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-19 20:12:13 +0800
commit7cae832d3ed120b57af5d57fe8dbb959b22d5d20 (patch)
tree57a71dc4232021b35d5683948ff1fd818e140fb6 /e-util
parent91c44c77ebfc891dc3f65d2317a28b970185dc0a (diff)
downloadgsoc2013-evolution-7cae832d3ed120b57af5d57fe8dbb959b22d5d20.tar
gsoc2013-evolution-7cae832d3ed120b57af5d57fe8dbb959b22d5d20.tar.gz
gsoc2013-evolution-7cae832d3ed120b57af5d57fe8dbb959b22d5d20.tar.bz2
gsoc2013-evolution-7cae832d3ed120b57af5d57fe8dbb959b22d5d20.tar.lz
gsoc2013-evolution-7cae832d3ed120b57af5d57fe8dbb959b22d5d20.tar.xz
gsoc2013-evolution-7cae832d3ed120b57af5d57fe8dbb959b22d5d20.tar.zst
gsoc2013-evolution-7cae832d3ed120b57af5d57fe8dbb959b22d5d20.zip
EPhotoCache: Fix a documentation typo.
(cherry picked from commit 65fed9486c084c4c913c9af296bb1e49b6e40b6d)
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-photo-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-photo-cache.c b/e-util/e-photo-cache.c
index b7398c0bcf..38d86a780f 100644
--- a/e-util/e-photo-cache.c
+++ b/e-util/e-photo-cache.c
@@ -872,7 +872,7 @@ e_photo_cache_get_photo (EPhotoCache *photo_cache,
* Finishes the operation started with e_photo_cache_get_photo().
*
* If a match was found, a #GInputStream from which to read image data is
- * returned through the @out_photo return location. If no match was found,
+ * returned through the @out_stream return location. If no match was found,
* the @out_stream return location is set to %NULL.
*
* The return value indicates whether the search completed successfully,