diff --git a/source/sites/nhentai.d b/source/sites/nhentai.d index d55824b..ce1023d 100644 --- a/source/sites/nhentai.d +++ b/source/sites/nhentai.d @@ -98,7 +98,7 @@ class NHentai : BaseSite // See if the url is a valid jpg and if not change the extension to png if(!isJPGValid(extractedUrl)) { - if(_config.enable_debug_output) writefln("[i] %s is not a valdi jpg changing to png!!", extractedUrl); + if(_config.enable_debug_output) writefln("[i] %s is not a valid jpg changing to png!!", extractedUrl); extractedUrl = extractedUrl.replace(".jpg", ".png"); }