]> git.lizzy.rs Git - nhentai.git/commitdiff
Fix misspelling
authorNontre12 <62849884+Nontre12@users.noreply.github.com>
Fri, 9 Oct 2020 15:30:11 +0000 (17:30 +0200)
committerNontre12 <62849884+Nontre12@users.noreply.github.com>
Fri, 9 Oct 2020 15:30:11 +0000 (17:30 +0200)
nhentai/command.py

index f6c48559a30d29baa4285491d6039a089b674e29..621fef246b0798b9bb176ba6d2182f5982d2f50a 100644 (file)
@@ -40,7 +40,7 @@ def main():
     elif options.keyword:
         from nhentai.constant import LANGUAGE
         if LANGUAGE:
-            logger.info('Using deafult language: {0}'.format(LANGUAGE))
+            logger.info('Using default language: {0}'.format(LANGUAGE))
             options.keyword += ', language:{}'.format(LANGUAGE)
         doujinshis = search_parser(options.keyword, sorting=options.sorting, page=options.page)