@@ -39,7 +39,7 @@ ambiguous with respect to 32bit and 64bit operating systems.
3939----------------------------------------------------------------------
4040Changes from Version 2.0.5 to Version 2.1 (of 6. May 2009)
4141----------------------------------------------------------------------
42- Support of MER_FRS (full resulution full swath) products
42+ Support of MER_FRS (full resolution full swath) products
4343Support of IODD7
4444
4545----------------------------------------------------------------------
@@ -69,16 +69,16 @@ The new product changes are:
6969Changes from Version 2.0.2 to Version 2.0.3 (of 5. Nov 2003)
7070----------------------------------------------------------------------
7171Bugfix in file epr_band.c:
72- In function epr_read_band_raster() an error occured if the percentage
72+ In function epr_read_band_raster() an error occurred if the percentage
7373of raster->source_step_x is bigger than raster->raster_width.
7474This restriction was removed.
7575
7676----------------------------------------------------------------------
7777Changes from Version 2.0.1 to Version 2.0.2 (of 21. June 2003)
7878----------------------------------------------------------------------
79- 1) Bugfix: MERIS L1b flags now correcly read (read_measurement_...
79+ 1) Bugfix: MERIS L1b flags now correctly read (read_measurement_...
8080 "unknown data type")
81- 2) Bugfix: MERIS L2 flags now correcly read (wrong byte order)
81+ 2) Bugfix: MERIS L2 flags now correctly read (wrong byte order)
82823) Bugfix: MER_RRC_1P products now correctly handled
83834) Support for MERIS, AATSR and ASAR child products added
84845) Support for new MERIS L2 TOAVI flags included ...
@@ -95,7 +95,7 @@ Changes from Version 2.0.1 to Version 2.0.2 (of 21. June 2003)
9595----------------------------------------------------------------------
9696Changes from Version 2.0 to Version 2.0.1 (of 21.03.2003)
9797----------------------------------------------------------------------
98- Bugfix: The build -in support for older MERIS L1b/L2 products (IODD 5)
98+ Bugfix: The built -in support for older MERIS L1b/L2 products (IODD 5)
9999caused that no other product types than MERIS L1b/L2 data products could
100100be opened. The error message was "epr_create_band_ids: band not found".
101101Now also the other MERIS, AATSR and ASAR products can be opened again.
@@ -132,7 +132,7 @@ Changes from Version 1.2 to Version 1.3
132132----------------------------------------------------------------------
133133Changes from Version 1.1 to Version 1.2
134134----------------------------------------------------------------------
135- 1) All functions defined in "epr_api.h" now properly return exeptional
135+ 1) All functions defined in "epr_api.h" now properly return exceptional
136136 values in case of an error.
1371372) Some of the API function did not clear the internal API error state.
138138 All public API functions now clear the global error state before
@@ -158,7 +158,7 @@ Changes from Version 1.0 to Version 1.1
158158 /* Gets the dataset_id at the specified position within the product. */
159159 EPR_SDatasetId* epr_get_dataset_id_at(EPR_SProductId* product_id, uint index);
160160
161- /* Gets the dataset_id coresponding to the specified dataset name. */
161+ /* Gets the dataset_id corresponding to the specified dataset name. */
162162 EPR_SDatasetId* epr_get_dataset_id(EPR_SProductId* product_id, const char* dataset_name);
163163
164164 /* Gets the name of the dataset for the given dataset ID. */
@@ -184,13 +184,13 @@ Changes from Version 1.0 to Version 1.1
184184
185185 'epr_free_dataset_id' is no longer part of the public API.
186186 The dataset IDs retrieved with the 'epr_get_dataset_id' function
187- do not require an explicite destruction.
187+ do not require an explicit destruction.
188188
189189
190190 'epr_band_dataset_id' is no longer part of the public API.
191191 Please use 'epr_get_band_id' instead.
192192
193193 'epr_free_band_id' is no longer part of the public API.
194194 The dataset IDs retrieved with the 'epr_get_band_id' function
195- do not require an explicite destruction.
195+ do not require an explicit destruction.
196196
0 commit comments