summaryrefslogtreecommitdiffhomepage
path: root/mrbgem.rake
diff options
context:
space:
mode:
authorAkira Yumiyama <[email protected]>2013-01-24 10:12:02 +0900
committerAkira Yumiyama <[email protected]>2013-01-24 10:12:02 +0900
commita0161d69a87a48c8335b28a05efe1230a0dcfa18 (patch)
treebe2bb19efd49d5dfa0515b76b4f87a92ec215032 /mrbgem.rake
parentf70a45ad3a8b3b937cfd033691ff3bb372e83b3d (diff)
downloadmruby-a0161d69a87a48c8335b28a05efe1230a0dcfa18.tar.gz
mruby-a0161d69a87a48c8335b28a05efe1230a0dcfa18.zip
typo fix on mrbgem.rake
Diffstat (limited to 'mrbgem.rake')
-rw-r--r--mrbgem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgem.rake b/mrbgem.rake
index 2e2fac111..4fac150d3 100644
--- a/mrbgem.rake
+++ b/mrbgem.rake
@@ -2,5 +2,5 @@ MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT'
spec.authors = 'mruby developers'
- spec.cc.incude_paths << "#{build.root}/src"
+ spec.cc.include_paths << "#{build.root}/src"
end