From 77ef37fe7963a812b1e16afe6894f72105ac4d1a Mon Sep 17 00:00:00 2001 From: Lemures Lemniscati Date: Mon, 28 Dec 2020 22:22:38 +0900 Subject: [PATCH] samples/xmpprint.cpp: Fix typos --- samples/xmpprint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/xmpprint.cpp b/samples/xmpprint.cpp index 04f08294..d662efa7 100644 --- a/samples/xmpprint.cpp +++ b/samples/xmpprint.cpp @@ -4,7 +4,7 @@ // all (known) properties. // ======================================================================== // Linux standalone compilation : -// g++ -o xmprint xmprint.cpp `pkg-config --cflags --libs exiv2` +// g++ -o xmpprint xmpprint.cpp `pkg-config --cflags --libs exiv2` // ======================================================================== #include