From 6427d9ca2ed4af7caff9581c30392c34f3779657 Mon Sep 17 00:00:00 2001 From: beepboopbelong Date: Mon, 13 Apr 2020 22:28:35 +0200 Subject: [PATCH] Typo lol --- source/sites/nhentai.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }