samples/xmpprint.cpp: Fix typos

This commit is contained in:
Lemures Lemniscati 2020-12-28 22:22:38 +09:00
parent 8df28c110c
commit 77ef37fe79

View File

@ -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 <exiv2/exiv2.hpp>