Changes between Version 26 and Version 27 of ConfigOptions


Ignore:
Timestamp:
Feb 25, 2013, 5:28:26 AM (11 years ago)
Author:
nadgerz
Comment:

small spelling typos

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v26 v27  
    8686=== GDAL_DISABLE_CPLLOCALEC ===
    8787
    88 If set to YES (deafault is NO) this option will disable the normal behavior of the CPLLocaleC class which forces the numeric locale to "C" for selected chunks of code using the setlocale() call.  Behavior of setlocale() in multi-threaded applications may be undependable but use of this option may result in problem formatting and interpreting numbers properly.
     88If set to YES (default is NO) this option will disable the normal behavior of the CPLLocaleC class which forces the numeric locale to "C" for selected chunks of code using the setlocale() call.  Behavior of setlocale() in multi-threaded applications may be undependable but use of this option may result in problem formatting and interpreting numbers properly.
    8989
    9090=== GDAL_FILENAME_IS_UTF8 ===
     
    276276Used by OGRGeometryFactory::organizePolygons(). Defaults to NO.
    277277
    278 If set to YES, ogranizePolygons(), which is in particular used when reading Shapefiles with Polygon geometry, will use GEOS to check the topological relationship of the subparts of multipolygons. This will slow down processing. There should be no reason to set this option to YES, except for debugging purposes.
     278If set to YES, organizePolygons(), which is in particular used when reading Shapefiles with Polygon geometry, will use GEOS to check the topological relationship of the subparts of multipolygons. This will slow down processing. There should be no reason to set this option to YES, except for debugging purposes.
    279279
    280280=== OGR_ARC_STEPSIZE ===