Commit 2a4d340c authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Fix typo in `lib/mruby/presym.rb`

parent cf2e78de
...@@ -99,7 +99,7 @@ module MRuby ...@@ -99,7 +99,7 @@ module MRuby
end end
def list_path def list_path
@list_pat ||= "#{@build.build_dir}/presym".freeze @list_path ||= "#{@build.build_dir}/presym".freeze
end end
def header_dir; def header_dir;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment