Merge pull request #43 from rtlechow/master

Just some typos.
This commit is contained in:
Matt Darby
2011-06-02 14:49:23 -07:00
5 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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"]

View File

@@ -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