aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java')
-rw-r--r--src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java b/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
index 846a39e..15b5d95 100644
--- a/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
+++ b/src/main/java/org/junit/experimental/theories/ParametersSuppliedBy.java
@@ -17,7 +17,7 @@ import java.lang.annotation.Target;
*
* In addition, annotations themselves can be annotated with
* @ParametersSuppliedBy, and then used similarly. ParameterSuppliedBy
- * annotations on parameters are detected by searching up this hierarchy such
+ * annotations on parameters are detected by searching up this heirarchy such
* that these act as syntactic sugar, making:
*
* <pre>