From 92ffe6f74a727ae40f1bf0f09ccd52a92479ff64 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 12 Jul 2007 20:10:56 +0000 Subject: [PATCH] Fixed spelling of cartesian. --- examples/osgterrain/osgterrain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgterrain/osgterrain.cpp b/examples/osgterrain/osgterrain.cpp index 8e7aacb95..35e32fbcf 100644 --- a/examples/osgterrain/osgterrain.cpp +++ b/examples/osgterrain/osgterrain.cpp @@ -260,7 +260,7 @@ int main(int argc, char** argv) readParameter = true; } - else if (arguments.read(pos, "--cartizian",x,y,w,h)) + else if (arguments.read(pos, "--cartesian",x,y,w,h)) { // define the extents. locator = new osgTerrain::CartesianLocator(x,y,w,h,0);