summaryrefslogtreecommitdiff
path: root/repackaged/bcprov
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2019-02-12 09:03:51 -0800
committerAurimas Liutikas <aurimas@google.com>2019-02-13 10:44:40 -0800
commite94f7602959cb600754eafeb31733ab11503b4f5 (patch)
tree0edb37e8bc6ea8846f5eae0b6d5847717a3b0c3a /repackaged/bcprov
parent6e7c76e5eb7589e7bbecd3ce3326611bf30328ad (diff)
downloadbouncycastle-e94f7602959cb600754eafeb31733ab11503b4f5.tar.gz
Fix the spelling error in ReasonsMask
This fixed the warning that is being printed by metalava: external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ReasonsMask.java:69: warning: Replaced teh with the in the documentation for method com.android.org.bouncycastle.jce.provider.ReasonsMask.intersect(com.android.org.bouncycastle.jce.provider.ReasonsMask) [Typo] This has been fixed upstream already in: https://github.com/bcgit/bc-java/pull/454 Test: None Change-Id: Ide5df1089f173d1e23e2bfa144a47ebb95b060ca
Diffstat (limited to 'repackaged/bcprov')
-rw-r--r--repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ReasonsMask.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ReasonsMask.java b/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ReasonsMask.java
index 97de9683..cf953b79 100644
--- a/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ReasonsMask.java
+++ b/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ReasonsMask.java
@@ -70,7 +70,7 @@ class ReasonsMask
* Intersects this mask with the given reasons mask.
*
* @param mask The mask to intersect with.
- * @return The intersection of this and teh given mask.
+ * @return The intersection of this and the given mask.
*/
ReasonsMask intersect(ReasonsMask mask)
{