Skip to content

Commit 71ea128

Browse files
authored
Fix a few miscellaneous typos (#4715)
1 parent 3409895 commit 71ea128

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ authors:
3535
orcid: https://orcid.org/0000-0002-5340-1380
3636
- given-names: Mike W.
3737
family-names: Taves
38-
affiliation: GNS Science
38+
affiliation: Earth Sciences New Zealand
3939
orcid: https://orcid.org/0000-0003-3657-7963
4040
- given-names: Kurt
4141
family-names: Schwehr

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
* WKT importer: better error message when `BBOX` is invalid (e.g south_lat > north_lat) (#4525)
106106

107-
* Added `proj_geod_direct` for PJ trasformation object (#4532)
107+
* Added `proj_geod_direct` for PJ transformation object (#4532)
108108

109109
* Support exporting Mercator (Spherical) on a sphere as `Mercator_1SP` in WKT1 (#4555)
110110

@@ -126,7 +126,7 @@
126126

127127
* `gie`: fix memory leak on non existing input file (#4531)
128128

129-
* Database: referene `nl_nsgi_nllat2018.tif` and `nl_nsgi_bongeo2004.tif` grids (#4534)
129+
* Database: reference `nl_nsgi_nllat2018.tif` and `nl_nsgi_bongeo2004.tif` grids (#4534)
130130

131131
* Fixes related to WKT import/export of `DerivedGeodetic/GeographicCRS` (#4536)
132132

data/CMakeLists.txt

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

34-
set(PROJ_DB_SQL_EXPECTED_MD5 "56b3283d1be4ef0ae80eb270582daeff")
34+
set(PROJ_DB_SQL_EXPECTED_MD5 "508af8fb359ca6d532900f1ebd2469a7")
3535

3636
add_custom_command(
3737
OUTPUT ${PROJ_DB}

data/sql/customizations.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ INSERT INTO "usage" VALUES('PROJ','OLD_EPSG_10508','grid_transformation','PROJ',
745745
INSERT INTO "grid_transformation" VALUES('PROJ','OLD_EPSG_8362','ETRS89 to ETRS89 + EVRF2007 height (1)','Uses ETRS89 (realization ETRF2000) and quasigeoid model DMQSK2014E. 1 sigma = 29 mm (test performed on 93 independent points). Recommended as part of transformation between Baltic 1957 height and EVRF2007 height (see concatenated operation code 8363).','EPSG','1088','Geog3D to Geog2D+GravityRelatedHeight (gtx)','EPSG','4937','EPSG','7423',0.03,'EPSG','8666','Geoid (height correction) model file','Slovakia_ETRS89h_to_EVRF2007.gtx',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'EPSG','4258','UGKK-Svk',0);
746746
INSERT INTO "usage" VALUES('PROJ','OLD_EPSG_10509','grid_transformation','PROJ','OLD_EPSG_8362','EPSG','1211','EPSG','1186');
747747

748-
-- Synthetize a concatenated operation for the pre-EPSG 12.048 EPSG:1647 "CH1903+ to ETRS89 (1)"
748+
-- Synthesize a concatenated operation for the pre-EPSG 12.048 EPSG:1647 "CH1903+ to ETRS89 (1)"
749749
-- that has now been changed to "CH1903+ to ETRS89-CHE [CHTRF95] (1)"
750750

751751
INSERT INTO "concatenated_operation" VALUES(

scripts/releasenotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The script outputs a section for the NEWS.md file. It's based on the title of
55
entries added to the specified GitHub milestone. The script tries to group the
66
entries into "updates" and "bug fixes" although it might not always be
7-
succesful.
7+
successful.
88
99
The output of the scripts should be edited before adding to NEWS.md. Less editing
1010
is needed if PR's are given good titles when originally created.

src/iso19111/operation/coordinateoperationfactory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ struct PrecomputedOpCharacteristics {
865865
bool isNullTransformation_ = false;
866866

867867
// 3 below tests are for ETRS89-XXX to ETRS89-YYY following
868-
// recommandations of IOGP 373-07-7 to use ETRF2000 hub
868+
// recommendations of IOGP 373-07-7 to use ETRF2000 hub
869869
bool is_ETRS89_XXX_to_ETRS89_YYY_ = false;
870870
bool uses_ETRF2000_ = false;
871871
bool uses_ETRS89_to_ETRS89_XXX_generic_ = false;
@@ -1020,7 +1020,7 @@ struct SortFunction {
10201020
}
10211021
}
10221022

1023-
// Follow recommandations of IOGP 373-07-7 to use ETRF2000 hub if
1023+
// Follow recommendations of IOGP 373-07-7 to use ETRF2000 hub if
10241024
// no direct Transformation
10251025
if (iterA->second.is_ETRS89_XXX_to_ETRS89_YYY_ &&
10261026
iterB->second.is_ETRS89_XXX_to_ETRS89_YYY_) {

src/latitudes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ double pj_authalic_lat_inverse(double beta, const double *APA, const PJ *P,
178178
//
179179
// constexpr int L = int(AuxLat::ORDER);
180180
// // Managing the memory for the coefficient array is the
181-
// // responibility of the calling routine.
181+
// // responsibility of the calling routine.
182182
// double F[L];
183183
// // Fill F[] with coefficients to convert conformal to geographic
184184
// pj_auxlat_coeffs(P->n, AuxLat::CONFORMAL, AuxLat::GEOGRAPHIC, F);
@@ -191,7 +191,7 @@ double pj_authalic_lat_inverse(double beta, const double *APA, const PJ *P,
191191
// coefficient is given as a Taylor series in n truncated at order 6 (=
192192
// AuxLat::ORDER). This suffices to give full double precision accuracy for
193193
// |f| <= 1/150 and probably provide satisfactory results for |f| <= 1/50. The
194-
// coefficients for these Taylor series are given by matrics listed in
194+
// coefficients for these Taylor series are given by matrices listed in
195195
// Eqs. (A1-A28) of this paper.
196196
//
197197
// These coefficients are bundled up into a single array coeffs in

src/networkfilemanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ static size_t pj_emscripten_read_range(PJ_CONTEXT *ctx,
20272027
// It is easier running all PROJ in the Web Worker (that is the test done).
20282028
// Documentation says compiling with pthread flag is needed.
20292029
// https://emscripten.org/docs/api_reference/fetch.html#synchronous-fetches
2030-
// We encapsulate the code related to empscripten_fetch in a lamda.
2030+
// We encapsulate the code related to empscripten_fetch in a lambda.
20312031
// Some tests running this lambda in a thread were partially successful.
20322032
size_t real_read = 0;
20332033
const std::string url = handle->m_url;

0 commit comments

Comments
 (0)