From 9f2500e74e6141469b1ca3134346ac12e7d7dbb4 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 25 Oct 2020 16:24:37 +0100 Subject: [PATCH] More typo fixes --- src/transformations/defmodel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transformations/defmodel.hpp b/src/transformations/defmodel.hpp index 1b0005b13e..6bf37d8be5 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{};