aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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{};