diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 16:24:37 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 16:24:37 +0100 |
| commit | 9f2500e74e6141469b1ca3134346ac12e7d7dbb4 (patch) | |
| tree | 6b0a2ccc800f722906b5f6f6766fa35442ca7f24 | |
| parent | d0f552bd4de3565cf20e408390b97ed66762dfd4 (diff) | |
| download | PROJ-9f2500e74e6141469b1ca3134346ac12e7d7dbb4.tar.gz PROJ-9f2500e74e6141469b1ca3134346ac12e7d7dbb4.zip | |
More typo fixes
| -rw-r--r-- | src/transformations/defmodel.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transformations/defmodel.hpp b/src/transformations/defmodel.hpp index 1b0005b1..6bf37d8b 100644 --- a/src/transformations/defmodel.hpp +++ b/src/transformations/defmodel.hpp @@ -218,11 +218,11 @@ class Component { }; struct PiecewiseTimeFunction : public TimeFunction { - /** One of "zero", "constant", and "linear", defines the behaviour of + /** One of "zero", "constant", and "linear", defines the behavior of * the function before the first defined epoch */ std::string beforeFirst{}; - /** One of "zero", "constant", and "linear", defines the behaviour of + /** One of "zero", "constant", and "linear", defines the behavior of * the function after the last defined epoch */ std::string afterLast{}; |
