From 561a74d8093cf398e2300a5005d70abe7ca224b3 Mon Sep 17 00:00:00 2001 From: "R.T. Lechow" Date: Thu, 2 Jun 2011 17:46:41 -0400 Subject: [PATCH] Typos. --- koans/about_java_interop.rb | 2 +- koans/edgecase.rb | 2 +- rakelib/checks.rake | 2 +- src/about_java_interop.rb | 2 +- src/edgecase.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koans/about_java_interop.rb b/koans/about_java_interop.rb index 2a58e40..4d35d5d 100644 --- a/koans/about_java_interop.rb +++ b/koans/about_java_interop.rb @@ -5,7 +5,7 @@ include Java # Concepts # * Pull in a java class # * calling a method, Camel vs snake -# * Resovling module/class name conflicts +# * Resolving module/class name conflicts # * Showing what gets returned # * Ruby Strings VS Java Strings # * Calling custom java class diff --git a/koans/edgecase.rb b/koans/edgecase.rb index c024438..ba49956 100644 --- a/koans/edgecase.rb +++ b/koans/edgecase.rb @@ -21,7 +21,7 @@ def in_ruby_version(*versions) end # Standard, generic replacement value. -# If value19 is given, it is used inplace of value for Ruby 1.9. +# If value19 is given, it is used in place of value for Ruby 1.9. def __(value="FILL ME IN", value19=:mu) if RUBY_VERSION < "1.9" value diff --git a/rakelib/checks.rake b/rakelib/checks.rake index 2870202..fa5aaf7 100644 --- a/rakelib/checks.rake +++ b/rakelib/checks.rake @@ -29,5 +29,5 @@ namespace "check" do end end -desc "Run some simple consistancy checks" +desc "Run some simple consistency checks" task :check => ["check:abouts", "check:asserts"] diff --git a/src/about_java_interop.rb b/src/about_java_interop.rb index 52f03eb..c2d2142 100644 --- a/src/about_java_interop.rb +++ b/src/about_java_interop.rb @@ -5,7 +5,7 @@ include Java # Concepts # * Pull in a java class # * calling a method, Camel vs snake -# * Resovling module/class name conflicts +# * Resolving module/class name conflicts # * Showing what gets returned # * Ruby Strings VS Java Strings # * Calling custom java class diff --git a/src/edgecase.rb b/src/edgecase.rb index c024438..ba49956 100644 --- a/src/edgecase.rb +++ b/src/edgecase.rb @@ -21,7 +21,7 @@ def in_ruby_version(*versions) end # Standard, generic replacement value. -# If value19 is given, it is used inplace of value for Ruby 1.9. +# If value19 is given, it is used in place of value for Ruby 1.9. def __(value="FILL ME IN", value19=:mu) if RUBY_VERSION < "1.9" value -- 1.8.0.2