Repository: commons-math Updated Branches: refs/heads/MATH_3_X 252a0137b -> f6b8dabda
Typo. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f6b8dabd Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f6b8dabd Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/f6b8dabd Branch: refs/heads/MATH_3_X Commit: f6b8dabda1724e54835bcabca5b880cee5659d93 Parents: 252a013 Author: Luc Maisonobe <l...@apache.org> Authored: Thu Sep 10 13:27:30 2015 +0200 Committer: Luc Maisonobe <l...@apache.org> Committed: Thu Sep 10 13:27:30 2015 +0200 ---------------------------------------------------------------------- src/main/java/org/apache/commons/math3/ode/events/EventFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/f6b8dabd/src/main/java/org/apache/commons/math3/ode/events/EventFilter.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math3/ode/events/EventFilter.java b/src/main/java/org/apache/commons/math3/ode/events/EventFilter.java index c18f58e..387cdd8 100644 --- a/src/main/java/org/apache/commons/math3/ode/events/EventFilter.java +++ b/src/main/java/org/apache/commons/math3/ode/events/EventFilter.java @@ -21,7 +21,7 @@ import java.util.Arrays; /** Wrapper used to detect only increasing or decreasing events. * - * <p>General {@link EventHandler events} are defined implicitely + * <p>General {@link EventHandler events} are defined implicitly * by a {@link EventHandler#g(double, double[]) g function} crossing * zero. This function needs to be continuous in the event neighborhood, * and its sign must remain consistent between events. This implies that