Repository: commons-math
Updated Branches:
  refs/heads/master d93c95d53 -> 9ee68c2ff


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/9ee68c2f
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/9ee68c2f
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/9ee68c2f

Branch: refs/heads/master
Commit: 9ee68c2ff262f161329f91128549acffb00b9721
Parents: d93c95d
Author: Luc Maisonobe <l...@apache.org>
Authored: Thu Sep 10 13:29:25 2015 +0200
Committer: Luc Maisonobe <l...@apache.org>
Committed: Thu Sep 10 13:29:25 2015 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math4/ode/events/EventFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/9ee68c2f/src/main/java/org/apache/commons/math4/ode/events/EventFilter.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/ode/events/EventFilter.java 
b/src/main/java/org/apache/commons/math4/ode/events/EventFilter.java
index ccb6865..c1aa39f 100644
--- a/src/main/java/org/apache/commons/math4/ode/events/EventFilter.java
+++ b/src/main/java/org/apache/commons/math4/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

Reply via email to