[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:02 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e0b5d3f

The following commit has been merged in the master branch:
commit e0b5d3f310eb58b090a53f6d6c4843a45fd8172d
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Apr 10 18:42:49 2015 +0000

    Fixed typo.
---
 samples/exiv2json.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/exiv2json.cpp b/samples/exiv2json.cpp
index fc0ecf6..72163d0 100644
--- a/samples/exiv2json.cpp
+++ b/samples/exiv2json.cpp
@@ -112,7 +112,7 @@ Jzon::Node& objectForKey(const std::string Key,Jzon::Object& rt,std::string& nam
 	return addToTree(rt,tokens,l);
 
 #if 0
-	// The recursion could be expressed these if statements:
+	// The recursion could be expressed with these if statements:
 	// Go to the root, and climb out, adding objects or arrays to create the tree
 	// The leaf is pushed onto the top by the caller of objectForKey!
 	if ( l == 1 ) return                                  addToTree(rt,tokens[0]);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list