Skip to content

Commit 282e7fa

Browse files
committed
Fix typo Tranverse->Transverse and many other fixes
1 parent 2dc4914 commit 282e7fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+213
-215
lines changed

ChangeLog

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
2015-07-27 Even Rouault <[email protected]>
4141
* : Remove setlocale() use in pj_init_ctx(), and replace uses of atof() &
4242
strtod() by their locale safe variants pj_atof() and pj_strtod().
43-
Proj versions from now advertize #define PJ_LOCALE_SAFE 1 in proj_api.h
43+
Proj versions from now advertise #define PJ_LOCALE_SAFE 1 in proj_api.h
4444
and export pj_atof() & pj_strtod() (#226)
4545

4646
2015-06-01 Charles Karney <https://github.com/cffk>
@@ -1491,7 +1491,7 @@ Rel. 4.4.4 2001/09/15
14911491

14921492
2001-05-14 Frank Warmerdam <[email protected]>
14931493

1494-
* upraded config.sub and config.guess as per debian bug report 97374.
1494+
* upgraded config.sub and config.guess as per debian bug report 97374.
14951495

14961496
Rel. 4.4.3 2001/04/20
14971497
-------------------------------------------------------------------------
@@ -1714,7 +1714,7 @@ Rel. 4.3.1 94/2/16 Base-line
17141714
-------------------------------------------------------------------------
17151715

17161716
94/6/2
1717-
Transverse Mercator, spherical inverse fixed. Misplaced parenthsis.
1717+
Transverse Mercator, spherical inverse fixed. Misplaced parenthesis.
17181718

17191719
94/10/5
17201720
Dropped dependency on FILENAME_MAX---too poorly defined in both
@@ -1756,14 +1756,14 @@ Rel. 4.3 94/2/16 Base-line
17561756
Added SPECIAL entry to conics Lambert, Albers and Equidistant.
17571757

17581758
Corrected nad/install.in test so as to only look for conus.lla.Z
1759-
as test for installation of NADCON datum matricies.
1759+
as test for installation of NADCON datum matrices.
17601760

17611761
94/3/19
17621762
Problems with MAPGEN's mapdef choking on call to proj. Fixed
17631763
with PROJ.4.3-patch-01.
17641764

17651765
94/3/22
1766-
Bumb mode of handling memory allocation for 2D arrays, so that
1766+
Bump mode of handling memory allocation for 2D arrays, so that
17671767
execution of -L may not work on some systems. Interim corrections
17681768
distributed with PROJ.4.3-patch-02.
17691769

@@ -1937,7 +1937,7 @@ Rel. 4.1.1 93/3/26 Base-line
19371937

19381938
pj_strerrno prototype added to projects.h
19391939

1940-
DOS option in strtod.c for MS C's lack of standard macros in neaders.
1940+
DOS option in strtod.c for MS C's lack of standard macros in headers.
19411941

19421942
Rel. 4.1 93/3/8 Base-line --- @(#)CHANGE-LOG 4.14 95/09/23 GIE REL
19431943
-------------------------------------------------------------------------

HOWTO-RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ and update the value to be x.y
159159

160160
- Add the release notes from `NEWS.md` to `docs/source/news.rst`
161161

162-
These vim substitutions are helpfull when converting NEWS.md to rst:
162+
These vim substitutions are helpful when converting NEWS.md to rst:
163163

164164
```sh
165165
:s!(\#\(\d\{4}\))!(`\#\1 <https://github.com/OSGeo/PROJ/issues/\1>`_)!

NEWS.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
* Database: add constraint for unicity of CRS and operation names (#4071)
4040

41-
* Make a few more functions that accept a `PJ*` to actually acccept a `const PJ*` (#4074)
41+
* Make a few more functions that accept a `PJ*` to actually accept a `const PJ*` (#4074)
4242

4343
* Database: Increase consistency in trigger checks (#4080)
4444

@@ -163,7 +163,7 @@
163163
* +proj=gridshift: enhance to support grids referenced in projected CRS,
164164
and with easting_offset/northing_offset corrections (#4038)
165165

166-
* Tune concatenated operation instanciation, reference CR2005 geoid for
166+
* Tune concatenated operation instantiation, reference CR2005 geoid for
167167
Czechia and add (disabled by default) records for Czechia S-JTSK/05 based
168168
transformations (#4044)
169169

@@ -330,8 +330,8 @@
330330

331331
* ESRI WKT: improve roundtrip of name and definition for UPS WGS84 CRS (#3720)
332332

333-
* CRS instanciation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid'
334-
datum name when instanciating from known +a, +rf (#3727)
333+
* CRS instantiation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid'
334+
datum name when instantiating from known +a, +rf (#3727)
335335

336336
* cs2cs / proj_create_crs_to_crs(): fix regression with geocentric CRS (#3729)
337337

@@ -365,15 +365,15 @@
365365
* Added option ONLY_BEST=YES (#3535)
366366

367367
When enabled only use the best possible transformation between two CRS's can be
368-
instantiated. If the best possible transfomations can't be instantiated it will
368+
instantiated. If the best possible transformations can't be instantiated it will
369369
fail instead of opting for the next best transformation.
370370

371371
With ONLY_BEST=YES a transformation will fail if a needed grid is unavailable.
372372

373373
The option can be toggled in proj.ini and with --only-best in cs2cs.
374374

375375
* Implement 'Similarity transformation' (EPSG:9621) and import related
376-
tranformations from EPSG (#3578)
376+
transformations from EPSG (#3578)
377377

378378
* Optimise transformations between GDA94, GDA2020 and WGS84 (#3621)
379379

@@ -611,7 +611,7 @@ The following functions have been deprecated and will be removed in a future ver
611611
* Make it possible to determine which grid files were actually used during a
612612
transformation (#3180)
613613

614-
* Transformation: no longer do vertical trasnformation when doing compound CRS
614+
* Transformation: no longer do vertical transformation when doing compound CRS
615615
to 2D CRS / add --3d to cs2cs (#3119)
616616

617617
* Deprecate PROJ4 CMake name (#3094)
@@ -866,7 +866,7 @@ Details about the build system unification can be found in PROJ RFC 7.
866866

867867
* Detect ESRI WKT better in certain circumstances (#2823)
868868

869-
* Fix performance issue on pipeline instanciation of huge (broken)
869+
* Fix performance issue on pipeline instantiation of huge (broken)
870870
pipelines (#2824)
871871

872872
* Make sure to re-order projection parameters according to their canonical
@@ -877,7 +877,7 @@ Details about the build system unification can be found in PROJ RFC 7.
877877
* Fix error in implementation of Inverse ellipsoidal orthographic projection
878878
that cause convergence to sometimes fail (#2853)
879879

880-
* Fix handling of edge-case coordinates in invers ortho ellipsoidal
880+
* Fix handling of edge-case coordinates in inverse ortho ellipsoidal
881881
oblique (#2855)
882882

883883
* proj_normalize_for_visualization(): set input and output units when there
@@ -1082,7 +1082,7 @@ Details about the build system unification can be found in PROJ RFC 7.
10821082
code) (#2661)
10831083

10841084
* createOperation(): make sure no to discard deprecated operations if the
1085-
replacement uses an unknow grid (#2623)
1085+
replacement uses an unknown grid (#2623)
10861086

10871087
* Fix build on Solaris 11.4 (#2621)
10881088

@@ -1367,7 +1367,7 @@ tweaks in the underlying API.
13671367

13681368
### Updates
13691369

1370-
* Added various Brazillian grids to the database #2277
1370+
* Added various Brazilian grids to the database #2277
13711371

13721372
* Added geoid file for Canary Islands to the database #2312
13731373

@@ -1475,9 +1475,9 @@ tweaks in the underlying API.
14751475
use discard change of ellipsoidal height if a Helmert transformation is
14761476
involved (#2227)
14771477

1478-
* proj_list_units() deprecated, superceeded by proj_get_units_from_database()
1478+
* proj_list_units() deprecated, superseded by proj_get_units_from_database()
14791479

1480-
* proj_list_angular_units() deprecated, superceeded by proj_get_units_from_database()
1480+
* proj_list_angular_units() deprecated, superseded by proj_get_units_from_database()
14811481

14821482
* Optimizations:
14831483

@@ -1674,7 +1674,7 @@ tweaks in the underlying API.
16741674
The major feature in PROJ 7 is significantly improved handling of gridded
16751675
models. This was implemented in RFC4 (<https://proj.org/community/rfc/rfc-4.html>).
16761676
The main features of the RFC4 work is that PROJ now implements a new grid format,
1677-
Geodetic TIFF grids, for exchaning gridded transformation models. In addition
1677+
Geodetic TIFF grids, for exchanging gridded transformation models. In addition
16781678
to the new grid format, PROJ can now also access grids online using a data
16791679
store in the cloud.
16801680

@@ -1706,7 +1706,7 @@ for more info on how to migrate from the old to the new API.
17061706
WKT2_2018 to WKT2_2019 to reflect the proper name of the standard (#1585)
17071707

17081708
* Improvements in transformations from/to WGS 84 (Gxxxx) realizations and
1709-
vertical <--> geog transormations #1608
1709+
vertical <--> geog transformations #1608
17101710

17111711
* Update to version 1.50 of the geodesic library (#1629)
17121712

@@ -2067,7 +2067,7 @@ Version 6.2.0 is made possible by the following contributors:
20672067
* Do not include PROJ_LIB in proj_info().searchpath when context
20682068
search path is set (#1498)
20692069

2070-
* Use correct delimeter for the current platform when parsing
2070+
* Use correct delimiter for the current platform when parsing
20712071
PROJ_LIB (#1497)
20722072

20732073
* Do not confuse 'ID74' CRS with WKT2 ID[] node (#1506)
@@ -2255,7 +2255,7 @@ CRSs.
22552255
Mercator algorithm (etmerc). Old implementation available by adding
22562256
+approx (#404)
22572257

2258-
* Chaged behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#1210)
2258+
* Changed behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#1210)
22592259

22602260
* Allow multiple directories in PROJ_LIB environment variable (#1281)
22612261

data/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set(ALL_SQL_IN "${CMAKE_CURRENT_BINARY_DIR}/all.sql.in")
4545
set(PROJ_DB "${CMAKE_CURRENT_BINARY_DIR}/proj.db")
4646
include(sql_filelist.cmake)
4747

48-
set(PROJ_DB_SQL_EXPECTED_MD5 "02b43627b9530b441bc12f59e3731e9a")
48+
set(PROJ_DB_SQL_EXPECTED_MD5 "6465f288ad8108ddea98d102c0b631c9")
4949

5050
add_custom_command(
5151
OUTPUT ${PROJ_DB}

data/proj.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ cache_enabled = on
2323
cache_size_MB = 300
2424

2525
; Time-to-live delay in seconds before already accessed remote resources are
26-
; acessed again to check if they have been updated.
26+
; accessed again to check if they have been updated.
2727
cache_ttl_sec = 86400
2828

2929
; Can be set to on so that by default the lack of a known resource files needed
3030
; for the best transformation PROJ would normally use causes an error, or off
3131
; to accept missing resource files without errors or warnings.
32-
; This default value itself is overriden by the PROJ_ONLY_BEST_DEFAULT environment
32+
; This default value itself is overridden by the PROJ_ONLY_BEST_DEFAULT environment
3333
; variable if set, and then by the ONLY_BEST setting that can be
3434
; passed to the proj_create_crs_to_crs() method, or with the --only-best
3535
; option of the cs2cs program.
@@ -38,7 +38,7 @@ cache_ttl_sec = 86400
3838
only_best_default = off
3939

4040
; Filename of the Certificate Authority (CA) bundle.
41-
; Can be overriden with the PROJ_CURL_CA_BUNDLE / CURL_CA_BUNDLE environment variable.
41+
; Can be overridden with the PROJ_CURL_CA_BUNDLE / CURL_CA_BUNDLE environment variable.
4242
; (added in PROJ 9.0)
4343
; ca_bundle_path = /path/to/cabundle.pem
4444

data/sql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- [diagram.xmi](diagram.xmi): to be opened with Umbrello
66
- CRS related tables: ![CRS related tables](CRS.png)
7-
- Transformation releated tables: ![Transformation releated tables](Transformations.png)
7+
- Transformation related tables: ![Transformation related tables](Transformations.png)
88

99
## Hand generated files
1010

data/sql/consistency_checks_triggers.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ FOR EACH ROW BEGIN
304304
(m.name LIKE '%geog3D domain%' AND crs.type != 'geographic 3D') OR
305305
(m.name LIKE '%geocentric domain%' AND crs.type != 'geocentric')));
306306

307-
-- check that a time-dependent Helmert transformation has its source or target CRS being dyanmic
307+
-- check that a time-dependent Helmert transformation has its source or target CRS being dynamic
308308
SELECT RAISE(ABORT, 'insert on helmert_transformation violates constraint: a time-dependent Helmert transformations should have at least one of its source or target CRS dynamic')
309309
WHERE NEW.deprecated = 0
310310
AND EXISTS (SELECT 1 FROM coordinate_operation_method m

data/sql/customizations.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ UPDATE grid_transformation SET interpolation_crs_auth_name = 'EPSG',
135135

136136
-- EPSG:1312 'NAD27 to NAD83 (3)' / NTv1_0.gsb has a accuracy of 1m whereas
137137
-- EPSG:1313 'NAD27 to NAD83 (4)' / NTv2_0.gsb has a accuracy of 1.5m
138-
-- so we will never select automatically NTv2_0.gsb. Worse the advertize
138+
-- so we will never select automatically NTv2_0.gsb. Worse the advertise
139139
-- accuracy of the NTv1 method
140140

141141
UPDATE grid_transformation SET accuracy = 2.0 WHERE auth_name = 'EPSG' AND code = '1312';

data/sql/final_consistency_checks.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ FOR EACH ROW BEGIN
159159
WHERE (SELECT 1 FROM metadata WHERE key = 'PROJ.VERSION' AND value LIKE '$%');
160160

161161
-- Only available in sqlite >= 3.16. May be activated as soon as support for ubuntu 16 is dropped
162-
-- check all foreign key contraints have an 'ON DELETE CASCADE'
162+
-- check all foreign key constraints have an 'ON DELETE CASCADE'
163163
-- SELECT RAISE(ABORT, 'FK constraint with missing "ON DELETE CASCADE"')
164164
-- WHERE EXISTS (SELECT 1 FROM
165165
-- pragma_foreign_key_list(name),

0 commit comments

Comments
 (0)