From 4acaf128695d8c23c2548a1a71f47bb2d66303eb Mon Sep 17 00:00:00 2001 From: TheArrayser Date: Fri, 30 Jun 2023 23:20:10 +0200 Subject: [PATCH] Fixed 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 9e5f521..849b7ad 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 @@ -56,7 +56,7 @@ public abstract class OTP { /** * - * @return s the current ping, as calculated by the counter or the current time, unless it + * @return s the current pin, as calculated by the counter or the current time, unless it * @throws an OTPException */ public abstract String getPin() throws OTPException;