From a91ab74d48ea4a96bc86fcaf57b2a82d00c94edd Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 26 Mar 2016 11:47:43 +0100 Subject: [PATCH 1/2] lang/perl: Fix typos (found by codespell) Signed-off-by: Stefan Weil --- lang/perl/files/README.config | 6 +++--- lang/perl/files/perlconfig.pl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/perl/files/README.config b/lang/perl/files/README.config index 572cf923d..16bf05831 100644 --- a/lang/perl/files/README.config +++ b/lang/perl/files/README.config @@ -26,14 +26,14 @@ owrt:sig_count 64/128 Number of signals the target provides(NSIG - 1). owrt:sigs * Symbolic names of the first 32 signals this architecture provides, in numeric - order. Seperated by whitespaces. + order. Separated by whitespaces. owrt:sig_name_extra * Symbolic names of any additional signals this architecture provides after - owrt:sig_count. Seperated by + owrt:sig_count. Separated by whitespaces. owrt:sig_num_extra * Numeric values associated with the signal names provided in - owrt:sig_name_extra. Seperated by + owrt:sig_name_extra. Separated by whitespaces. Passed via command line diff --git a/lang/perl/files/perlconfig.pl b/lang/perl/files/perlconfig.pl index 17378cd44..f169980d3 100644 --- a/lang/perl/files/perlconfig.pl +++ b/lang/perl/files/perlconfig.pl @@ -62,7 +62,7 @@ flexibility. A symbol name has to consist entirely of alphanumeric characters as well as the underscore(_) character. In addition, symbol names may be prefixed with an -all-lowercase string, seperated by a colon(:): +all-lowercase string, separated by a colon(:): my:name=value @@ -76,7 +76,7 @@ to the final configuration file. =head3 Symbol definitions -A symbol definition is in the form of a simple name/value pair, seperated by +A symbol definition is in the form of a simple name/value pair, separated by an equals sign(=): name=value From a2d18499d7c2d2546caa32aa8591fd5010d35e02 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 26 Mar 2016 11:47:59 +0100 Subject: [PATCH 2/2] lang/ruby: Fix typos (found by codespell) Signed-off-by: Stefan Weil --- lang/ruby/Makefile | 2 +- lang/ruby/ruby_find_pkgsdeps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 943fbd067..129a55a61 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -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)) diff --git a/lang/ruby/ruby_find_pkgsdeps b/lang/ruby/ruby_find_pkgsdeps index d1cd745ec..16f664a56 100644 --- a/lang/ruby/ruby_find_pkgsdeps +++ b/lang/ruby/ruby_find_pkgsdeps @@ -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}"