minor, typos in comment

Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
hrj 2021-04-13 11:48:07 +05:30
parent 328f046379
commit 332bb2113b

View File

@ -13,7 +13,7 @@ import lc.misc.HelperFunctions
import lc.captchas.interfaces.Challenge import lc.captchas.interfaces.Challenge
import lc.captchas.interfaces.ChallengeProvider import lc.captchas.interfaces.ChallengeProvider
/** This captcha is only for debuggin purposes. It creates very simple captchas that are delibertely easy to solve with OCR engines */ /** This captcha is only for debugging purposes. It creates very simple captchas that are deliberately easy to solve with OCR engines */
class DebugCaptcha extends ChallengeProvider { class DebugCaptcha extends ChallengeProvider {
def getId(): String = { def getId(): String = {