merge revision(s) bdb7345ce9:

Use compiled instead of complied

	Capitalize creates
	---
	 lib/mkmf.rb | 4 ++--
	 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
nagachika 2022-10-21 13:41:00 +09:00
parent 82b6b9c512
commit 1ccdd9ee57
2 changed files with 3 additions and 3 deletions

View file

@ -67,7 +67,7 @@ module MakeMakefile
C_EXT = %w[c m]
##
# Extensions for files complied with a C++ compiler
# Extensions for files compiled with a C++ compiler
CXX_EXT = %w[cc mm cxx cpp]
unless File.exist?(File.join(*File.split(__FILE__).tap {|d, b| b.swapcase}))
@ -2114,7 +2114,7 @@ preload = #{defined?($preload) && $preload ? $preload.join(' ') : ''}
end
# :startdoc:
# creates a stub Makefile.
# Creates a stub Makefile.
#
def dummy_makefile(srcdir)
configuration(srcdir) << <<RULES << CLEANINGS

View file

@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 128
#define RUBY_PATCHLEVEL 129
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 10