Author: donaldp
Date: Fri Jul 22 10:45:15 2011
New Revision: 1149560
URL: http://svn.apache.org/viewvc?rev=1149560&view=rev
Log:
Fix several minor spelling mistakes
Modified:
buildr/trunk/spec/spec_helpers.rb
Modified: buildr/trunk/spec/spec_helpers.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/spec/spec_helpers.rb?rev=1149560&r1=1149559&r2=1149560&view=diff
==============================================================================
--- buildr/trunk/spec/spec_helpers.rb (original)
+++ buildr/trunk/spec/spec_helpers.rb Fri Jul 22 10:45:15 2011
@@ -14,7 +14,7 @@
# the License.
-# This file gets loaded twice when running 'spec spec/*' and not with pleasent
results,
+# This file gets loaded twice when running 'spec spec/*' and not with pleasant
results,
# so ignore the second attempt to load it.
unless defined?(SpecHelpers)
@@ -31,7 +31,7 @@ unless defined?(SpecHelpers)
File.expand_path('../addon', File.dirname(__FILE__))
# Buildr uses autoload extensively, but autoload when running specs creates
- # a problem -- we sandbox $LOADED_FEATURES, so we endup autoloading the same
+ # a problem -- we sandbox $LOADED_FEATURES, so we end up autoloading the same
# module twice. This turns autoload into a require, which is not the right
# thing, but will do for now.
def autoload(symbol, path)
@@ -362,7 +362,7 @@ unless defined?(SpecHelpers)
config.include Buildr
config.include SpecHelpers
- # Sanbdox Buildr for each test.
+ # Sandbox Buildr for each test.
config.include Sandbox
end