From 85804b797fe1a3ec158d58eaef7f08adb82d1d9a Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sat, 16 Jul 2011 15:45:40 +0000 Subject: [PATCH] typo --- src/metawriter_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metawriter_factory.cpp b/src/metawriter_factory.cpp index a19335c54..fc4ebbc26 100644 --- a/src/metawriter_factory.cpp +++ b/src/metawriter_factory.cpp @@ -52,7 +52,7 @@ metawriter_create(const boost::property_tree::ptree &pt) { optional pixel_coordinates = get_opt_attr(pt, "pixel-coordinates"); if (pixel_coordinates) { - json->set_pixel_coordintates(*pixel_coordinates); + json->set_pixel_coordinates(*pixel_coordinates); } writer = json;