diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-19 20:07:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-19 20:11:02 +0800 |
commit | 65fed9486c084c4c913c9af296bb1e49b6e40b6d (patch) | |
tree | a3cfc8e0e419c4fd4240cd9d7ca0e26653908482 /e-util | |
parent | 89b347d3a9bc0bfea35263aeabec1521f0e90a40 (diff) | |
download | gsoc2013-evolution-65fed9486c084c4c913c9af296bb1e49b6e40b6d.tar.gz gsoc2013-evolution-65fed9486c084c4c913c9af296bb1e49b6e40b6d.tar.zst gsoc2013-evolution-65fed9486c084c4c913c9af296bb1e49b6e40b6d.zip |
EPhotoCache: Fix a documentation typo.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-photo-cache.c | 2 |
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, |