From 940dec5e7df1c4c7ec131073bd364ddd59d4b48c Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 13 Dec 2020 17:26:24 +1000 Subject: Fix spelling --- build_config/default.rb | 2 +- build_config/host-shared.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build_config') diff --git a/build_config/default.rb b/build_config/default.rb index 54c51c44f..04bc60540 100644 --- a/build_config/default.rb +++ b/build_config/default.rb @@ -76,7 +76,7 @@ MRuby::Build.new do |conf| # exts.library = '.a' # end - # file separetor + # file separator # conf.file_separator = '/' # Turn on `enable_debug` for better debugging diff --git a/build_config/host-shared.rb b/build_config/host-shared.rb index 4225d7f4f..6b19b3640 100644 --- a/build_config/host-shared.rb +++ b/build_config/host-shared.rb @@ -26,7 +26,7 @@ MRuby::Build.new do |conf| exts.library = '.so' end - # file separetor + # file separator # conf.file_separator = '/' # Turn on `enable_debug` for better debugging -- cgit v1.2.3