summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbconf/README.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-04-27 21:54:25 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-04-27 21:54:25 +0900
commit41e69319874e8b975e4fac684ec69c05d33981ed (patch)
treeb79e5cd3a1a2a8f90343e64c8635839eac91ae74 /doc/mrbconf/README.md
parent5c25a9a6a98f22a848784cb3e4bb5234dc76ec24 (diff)
parentc261c01598a8872393ee94b084579d150dd8220c (diff)
downloadmruby-41e69319874e8b975e4fac684ec69c05d33981ed.tar.gz
mruby-41e69319874e8b975e4fac684ec69c05d33981ed.zip
Merge pull request #2773 from syohex/fix-misspelling
Fix misspellings in document
Diffstat (limited to 'doc/mrbconf/README.md')
-rw-r--r--doc/mrbconf/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mrbconf/README.md b/doc/mrbconf/README.md
index 8e5cb3b74..dfff41898 100644
--- a/doc/mrbconf/README.md
+++ b/doc/mrbconf/README.md
@@ -3,7 +3,7 @@
## How to use these macros.
You can use mrbconfs with following ways:
* Write them in `mrbconf.h`.
- * Using compiler flags is prefered when building a cross binaries or multiple mruby binaries
+ * Using compiler flags is preferred when building a cross binaries or multiple mruby binaries
since it's easier to use different mrbconf per each `MRuby::Build`.
* Most flags can be enabled by just commenting in.
* Pass them as compiler flags.