aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNils Loewen <nilswloewen@gmail.com>2019-08-15 19:12:40 -0700
committerGitHub <noreply@github.com>2019-08-15 19:12:40 -0700
commitf9d40ce7ebc56867292a45256bcb81784ca358ac (patch)
treeb7f6e6f71c1d8fa3cd1168eeb3a43908539a541f /.travis.yml
parente47e36cb4975b332a4d9552bc73b031ab8fd6ab1 (diff)
downloadbitcoin-f9d40ce7ebc56867292a45256bcb81784ca358ac.tar.xz
Fix spelling error chache -> cache.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 422e9149f4..2a65e1109d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@
# Bitcoin Core GitHub member via the Travis web interface [0].
#
# Travis CI uploads the cache after the script phase of the build [1].
-# However, the build is terminated without saving the chache if it takes over
+# However, the build is terminated without saving the cache if it takes over
# 50 minutes [2]. Thus, if we spent too much time in early build stages, fail
# with an error and save the cache.
#