Changes between Version 2 and Version 3 of rfc51_rasterio_resampling_progress


Ignore:
Timestamp:
Nov 24, 2014, 8:02:56 AM (9 years ago)
Author:
Even Rouault
Comment:

Fix typo

Legend:

Unmodified
Added
Removed
Modified
  • rfc51_rasterio_resampling_progress

    v2 v3  
    9595    /*! Mode (selects the value which appears most often of all the sampled points) */
    9696                                                        GRIORA_Mode = 6,
    97     /*! Gauss bluring */                                GRIORA_Gauss = 7
     97    /*! Gauss blurring */                               GRIORA_Gauss = 7
    9898} GDALRIOResampleAlg;
    9999}}}