1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use compiled instead of complied

Capitalize creates
This commit is contained in:
Kaíque Kandy Koga 2022-04-26 10:47:52 -03:00 committed by Jeremy Evans
parent 4a2b5102c1
commit bdb7345ce9
Notes: git 2022-04-27 04:39:21 +09:00

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}))
@ -2109,7 +2109,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