]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: fix a typo
authorteor <teor@torproject.org>
Thu, 9 Aug 2018 12:53:48 +0000 (22:53 +1000)
committerteor <teor@torproject.org>
Fri, 10 Aug 2018 00:50:35 +0000 (10:50 +1000)
.travis.yml

index 9671411b482997b2253c45e96f7449b592dfc644..bc39f661b686094ae6e27e7f046fd40dfe8554a0 100644 (file)
@@ -100,7 +100,7 @@ addons:
 #osx_image: xcode9.4
 
 before_install:
-  ## If we're on OSX, homebrew usually needs to updated first
+  ## If we're on OSX, homebrew usually needs to be updated first
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
   ## We might be upgrading some useless packages, but that's better than missing an upgrade
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade; fi