aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-25 16:24:37 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-10-25 16:24:37 +0100
commit9f2500e74e6141469b1ca3134346ac12e7d7dbb4 (patch)
tree6b0a2ccc800f722906b5f6f6766fa35442ca7f24
parentd0f552bd4de3565cf20e408390b97ed66762dfd4 (diff)
downloadPROJ-9f2500e74e6141469b1ca3134346ac12e7d7dbb4.tar.gz
PROJ-9f2500e74e6141469b1ca3134346ac12e7d7dbb4.zip
More typo fixes
-rw-r--r--src/transformations/defmodel.hpp4
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{};