diff options
author | fanquake <fanquake@gmail.com> | 2019-08-16 10:31:24 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-08-16 10:34:27 +0800 |
commit | 14982b87e94542deeaf0d7145fa53eba2a38c8e9 (patch) | |
tree | c8472697a1c3d74ae43150d102c9708a2edd86aa /.travis.yml | |
parent | 1bf2ff2bf8e8bef3ba21e635aabb1b0964062743 (diff) | |
parent | f9d40ce7ebc56867292a45256bcb81784ca358ac (diff) |
Merge #16626: doc: Fix spelling error chache -> cache.
f9d40ce7ebc56867292a45256bcb81784ca358ac Fix spelling error chache -> cache. (Nils Loewen)
Pull request description:
Fixes a spelling error in `.travis.yml`.
ACKs for top commit:
fanquake:
ACK f9d40ce7ebc56867292a45256bcb81784ca358ac
Tree-SHA512: f38542f4e1225f2670aeb8f663440f843aa5cdd4588313a88bdfb36531c3419112b55775f12368b80ebd3e0fa5b5491ae43b18ccab39b7908f98bc6b6c7ca396
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 7753dcc51f..4d83042994 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. # |