From 31faa4deabcebfea5e9fd9baaadf9d63d9b8e252 Mon Sep 17 00:00:00 2001 From: iyuuya <147351+iyuuya@users.noreply.github.com> Date: Wed, 4 Dec 2019 16:46:05 +0900 Subject: [PATCH] Fix typo --- lib/watson/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/watson/config.rb b/lib/watson/config.rb index 712dc63..a9deea2 100755 --- a/lib/watson/config.rb +++ b/lib/watson/config.rb @@ -480,7 +480,7 @@ def read_conf @type_list[_ext] = _type end - deug_print "@type_list --> #{ @type_list }\n" + debug_print "@type_list --> #{ @type_list }\n" when "ignore"