From 66c7e455974e7310300db0c2d0876566d4377df5 Mon Sep 17 00:00:00 2001 From: TheArrayser Date: Fri, 30 Jun 2023 23:24:30 +0200 Subject: [PATCH] Improve Spelling Mistake --- .../com/cringe_studios/cringe_authenticator_library/OTP.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/cringe_studios/cringe_authenticator_library/OTP.java b/src/main/java/com/cringe_studios/cringe_authenticator_library/OTP.java index 28595b6..70c04dc 100644 --- a/src/main/java/com/cringe_studios/cringe_authenticator_library/OTP.java +++ b/src/main/java/com/cringe_studios/cringe_authenticator_library/OTP.java @@ -57,7 +57,7 @@ public abstract class OTP { /** * * @return s the current pin, as calculated by the counter or the current time, unless it - * @throws an OTPException, which is either thrown, if you somehow create an OTP with an invalid key, despite the checks in the instaciate method, or if your platform does not support the hashing algorithm you selected + * @throws an OTPException, which is either thrown, if you somehow create an OTP with an invalid key, despite the checks in the instantiate method, or if your platform does not support the hashing algorithm you selected */ public abstract String getPin() throws OTPException;