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:
parent
4a2b5102c1
commit
bdb7345ce9
Notes:
git
2022-04-27 04:39:21 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue