diff options
-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, |