From: Jakub Vrana Date: Thu, 20 Feb 2025 10:47:38 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: v4.16.0~1 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=b46b1dd5748ee6f83780bd11c427a526ca2037b8;p=adminer.git Fix typo in comment --- diff --git a/plugins/login-otp.php b/plugins/login-otp.php index f2e55f6e..f639dab5 100644 --- a/plugins/login-otp.php +++ b/plugins/login-otp.php @@ -11,7 +11,7 @@ class AdminerLoginOtp { var $secret; /** - * @param string decoded secret, e.g. base32_decode("SECRET") + * @param string decoded secret, e.g. base64_decode("SECRET") */ function __construct($secret) { $this->secret = $secret;