aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorEloy Duran2009-09-11 19:17:50 +0200
committerEloy Duran2009-09-17 00:24:11 +0200
commit9ff551a524570c36a8fb82d37c50ef40f09df04a (patch)
tree3a44f33fc351a2532af9a8d8bd4f218b13f796c0 /Library
parentc9f056c32763cbc8b92371cb38b51a4406aa1b6c (diff)
downloadbrew-9ff551a524570c36a8fb82d37c50ef40f09df04a.tar.bz2
Removed the old 'update' when clause and fixed a small spelling error.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/refresh_brew.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/refresh_brew.rb b/Library/Homebrew/refresh_brew.rb
index bc61061a2..d3b683fbb 100644
--- a/Library/Homebrew/refresh_brew.rb
+++ b/Library/Homebrew/refresh_brew.rb
@@ -11,7 +11,7 @@ class RefreshBrew
end
# Performs an update of the homebrew source. Returns +true+ if a newer
- # version was availble, +false+ if already up-to-date.
+ # version was available, +false+ if already up-to-date.
def update_from_masterbrew!
output = git_pull!
output.split("\n").each do |line|