]> 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>
Thu, 9 Aug 2018 13:44:27 +0000 (23:44 +1000)
.travis.yml

index 8d300004aa620be8133fef8991ae7c37cfae4025..25c31c3d2fb736e102e7a91ce554d89c6d8a1b4d 100644 (file)
@@ -112,7 +112,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