diff options
author | Nils Loewen <nilswloewen@gmail.com> | 2019-08-15 19:12:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-15 19:12:40 -0700 |
commit | f9d40ce7ebc56867292a45256bcb81784ca358ac (patch) | |
tree | b7f6e6f71c1d8fa3cd1168eeb3a43908539a541f /.travis.yml | |
parent | e47e36cb4975b332a4d9552bc73b031ab8fd6ab1 (diff) |
Fix spelling error chache -> cache.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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. # |