summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYevhen Viktorov <[email protected]>2021-01-23 00:25:23 +0000
committerGitHub <[email protected]>2021-01-23 00:25:23 +0000
commit2cab36c28974a744f71e93072ad76f4f3b22fef4 (patch)
treee8ab61b8f3bb76fef18175560f5c80a67d184f87 /doc
parentdc51d89ac22acc60b9bfeed87115863565b74085 (diff)
downloadmruby-2cab36c28974a744f71e93072ad76f4f3b22fef4.tar.gz
mruby-2cab36c28974a744f71e93072ad76f4f3b22fef4.zip
Fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/compile.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md
index 527868704..e10b0ebc9 100644
--- a/doc/guides/compile.md
+++ b/doc/guides/compile.md
@@ -31,7 +31,7 @@ inside of the mruby source root. To generate and execute the test tools call
`rake test`. To clean all build files call `rake clean`. To see full command
line on build, call `rake -v`.
-You can specify your owne configuration file by the `MRUBY_CONFIG` environment
+You can specify your own configuration file by the `MRUBY_CONFIG` environment
variable (you can use `CONFIG` for shorthand for `MRUBY_CONFIG`). If the path
doesn't exist, *build_config/${MRUBY_CONFIG}.rb* is used. The default
configuration is defined in the `build_config/default.rb` file.