[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:46 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=239625e
The following commit has been merged in the master branch:
commit 239625e66e5d588c94f547b78219769d63758e12
Author: tbeu <mail at tbeu.de>
Date: Wed Aug 24 19:39:59 2016 +0000
Fix typos (comments only)
---
src/asfvideo.cpp | 2 +-
src/nikonmn.cpp | 2 +-
src/tiffvisitor_int.hpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/asfvideo.cpp b/src/asfvideo.cpp
index 22f11fd..8a275be 100644
--- a/src/asfvideo.cpp
+++ b/src/asfvideo.cpp
@@ -234,7 +234,7 @@ namespace Exiv2 {
}
/*!
- @brief Function used to calulate GUID, Tags comprises of 16 bytes.
+ @brief Function used to calculate GUID, Tags comprises of 16 bytes.
The Buffer contains the Tag in Binary Form. The information is then
parsed into a character array GUID.
*/
diff --git a/src/nikonmn.cpp b/src/nikonmn.cpp
index 6ce7ed1..a5ea2b4 100644
--- a/src/nikonmn.cpp
+++ b/src/nikonmn.cpp
@@ -1582,7 +1582,7 @@ namespace Exiv2 {
if (focusmetering == 0 && focuspoint == 0 && focusused == 0) {
// Special case, in Manual focus and with Nikon compacts
// this indicates that the field has no meaning.
- // But when acually in "Single area, Center" this can mean
+ // But when actually in "Single area, Center" this can mean
// that focus was not found (try this in AF-C mode)
// TODO: handle the meaningful case (interacts with other fields)
os << "N/A";
diff --git a/src/tiffvisitor_int.hpp b/src/tiffvisitor_int.hpp
index 7f1e620..4724d16 100644
--- a/src/tiffvisitor_int.hpp
+++ b/src/tiffvisitor_int.hpp
@@ -59,7 +59,7 @@ namespace Exiv2 {
/*!
@brief Abstract base class defining the interface for TIFF composite
- vistors (Visitor pattern)
+ visitors (Visitor pattern)
A concrete visitor class is used as shown in the example below. Accept()
will invoke the member function corresponding to the concrete type of each
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list