diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-05-04 09:05:06 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 09:05:06 +1200 |
| commit | ea3f53746c859c73c775bf11d17f8471d0fb59f2 (patch) | |
| tree | 53e3ea1cf0a5f22786f0b7805bc638e41151500b /src/iso19111/static.cpp | |
| parent | 371bc3c5e7472d4f2fdffad0b39e7c9d27abf234 (diff) | |
| download | PROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.tar.gz PROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.zip | |
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)
Diffstat (limited to 'src/iso19111/static.cpp')
| -rw-r--r-- | src/iso19111/static.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/static.cpp b/src/iso19111/static.cpp index e4467882..f78e00fe 100644 --- a/src/iso19111/static.cpp +++ b/src/iso19111/static.cpp @@ -374,7 +374,7 @@ const UnitOfMeasure UnitOfMeasure::ARC_SECOND_PER_YEAR( "arc-seconds per year", M_PI / 180. / 3600. / 31556925.445, UnitOfMeasure::Type::ANGULAR, Identifier::EPSG, "1043"); -/** \brief Part-sper-million per year, unit of measure of type SCALE. */ +/** \brief Parts-per-million per year, unit of measure of type SCALE. */ const UnitOfMeasure UnitOfMeasure::PPM_PER_YEAR("parts per million per year", 1e-6 / 31556925.445, UnitOfMeasure::Type::SCALE, |
