Repository: buildr
Updated Branches:
  refs/heads/master 8f54965a2 -> 3ab4ac621


Fix spelling


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/b6a5cfe8
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/b6a5cfe8
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/b6a5cfe8

Branch: refs/heads/master
Commit: b6a5cfe8a753ca133cd9bbb29d0aae60c48d66bd
Parents: 8f54965
Author: Peter Donald <[email protected]>
Authored: Tue Aug 26 20:55:19 2014 +1000
Committer: Peter Donald <[email protected]>
Committed: Tue Aug 26 20:55:19 2014 +1000

----------------------------------------------------------------------
 rakelib/stage.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/b6a5cfe8/rakelib/stage.rake
----------------------------------------------------------------------
diff --git a/rakelib/stage.rake b/rakelib/stage.rake
index f8d9859..5186f1f 100644
--- a/rakelib/stage.rake
+++ b/rakelib/stage.rake
@@ -97,7 +97,7 @@ task 'stage' => %w(clobber prepare) do |task, args|
     puts 'Ensuring all files have appropriate group and other permissions...'
     sh 'find . -type f | xargs chmod go+r'
     sh 'find . -type d | xargs chmod go+rx'
-    puts '[X] File permissions updated/validted.'
+    puts '[X] File permissions updated/validated.'
   end.call
 
   # Start by figuring out what has changed.

Reply via email to