lang/ruby: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
a91ab74d48
commit
a2d18499d7
2 changed files with 2 additions and 2 deletions
|
@ -713,7 +713,7 @@ $(eval $(call RubyBuildPackage,json,support for JSON,+ruby-datetime +ruby-misc))
|
|||
$(eval $(call RubyBuildPackage,logger,logger and syslog library,+ruby-multithread))
|
||||
$(eval $(call RubyBuildPackage,math,math library,+ruby-patterns))
|
||||
$(eval $(call RubyBuildPackage,minitest,Gem minitest,+ruby-gems))
|
||||
$(eval $(call RubyBuildPackage,misc,standard libraries subset (miscelaneous files),))
|
||||
$(eval $(call RubyBuildPackage,misc,standard libraries subset (miscellaneous files),))
|
||||
$(eval $(call RubyBuildPackage,mkmf,makefile library,+ruby-filelib +ruby-optparse +ruby-rbconfig))
|
||||
$(eval $(call RubyBuildPackage,multithread,multithread library,+ruby-misc))
|
||||
$(eval $(call RubyBuildPackage,net,Network Protocols Library,+ruby-datetime +ruby-digest +ruby-filelib +ruby-uri))
|
||||
|
|
|
@ -225,7 +225,7 @@ package_dependencies2=package_dependencies.dup
|
|||
package_dependencies.each do
|
||||
|(pkg,deps)|
|
||||
|
||||
# Ignore dependencies that are aready required by another dependency
|
||||
# Ignore dependencies that are already required by another dependency
|
||||
deps_clean = deps.reject {|dep_suspect| deps.detect {|dep_provider|
|
||||
if package_dependencies[dep_provider].include?(dep_suspect)
|
||||
puts "#{pkg}: #{dep_suspect} is already required by #{dep_provider}"
|
||||
|
|
Loading…
Reference in a new issue