diff --git a/include/exiv2/easyaccess.hpp b/include/exiv2/easyaccess.hpp index 61e6f43a..ddcc8aad 100644 --- a/include/exiv2/easyaccess.hpp +++ b/include/exiv2/easyaccess.hpp @@ -105,8 +105,8 @@ EXIV2API ExifData::const_iterator maxApertureValue(const ExifData& ed); //! Return the subject distance. Please keep in mind that this accessor is provided for convenience only and will return //! expected/desired metadata most of the time. EXIV2API ExifData::const_iterator subjectDistance(const ExifData& ed); -//! Return the kind of light source. Please keep in mind that this accessor is provided for convenience only and will return -//! expected/desired metadata most of the time. +//! Return the kind of light source. Please keep in mind that this accessor is provided for convenience only and will +//! return expected/desired metadata most of the time. EXIV2API ExifData::const_iterator lightSource(const ExifData& ed); //! Return the status of flash. Please keep in mind that this accessor is provided for convenience only and will return //! expected/desired metadata most of the time.