Skip to content

Commit

Permalink
More typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 25, 2020
1 parent d0f552b commit 9f2500e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transformations/defmodel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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{};

Expand Down

0 comments on commit 9f2500e

Please sign in to comment.