diff options
| author | fanquake <[email protected]> | 2019-08-16 10:31:24 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-08-16 10:34:27 +0800 |
| commit | 14982b87e94542deeaf0d7145fa53eba2a38c8e9 (patch) | |
| tree | c8472697a1c3d74ae43150d102c9708a2edd86aa | |
| parent | Merge #16060: Bury bip9 deployments (diff) | |
| parent | Fix spelling error chache -> cache. (diff) | |
| download | discoin-14982b87e94542deeaf0d7145fa53eba2a38c8e9.tar.xz discoin-14982b87e94542deeaf0d7145fa53eba2a38c8e9.zip | |
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
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7753dcc51..4d8304299 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. # |