aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-02-12 10:47:05 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-02-12 10:50:03 +0100
commit108af52ef75a466be71d04bb973b794eca17e212 (patch)
tree240825d37691b1d99ce72b2502b706e9f451e635 /contrib
parent0dfc25f82a01d9fec26380d95915df31e1fe2c02 (diff)
parent11376b5583a283772c82f6d32d0007cdbf5b8ef0 (diff)
downloadbitcoin-108af52ef75a466be71d04bb973b794eca17e212.tar.xz
Merge #12393: Fix a-vs-an typos
11376b5 Fix a-vs-an typos (practicalswift) Pull request description: Fix a-vs-an typos. Tree-SHA512: 2cf74c15656a20ec13d2da7d86a39d14e634db368833d92da06a78d1266950accfc4fcc89cfecdaadd46e6b48b17e6fad29080428e564871e78482c53f3e855c
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/seeds/generate-seeds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seeds/generate-seeds.py b/contrib/seeds/generate-seeds.py
index 28068a7523..2790ef4acd 100755
--- a/contrib/seeds/generate-seeds.py
+++ b/contrib/seeds/generate-seeds.py
@@ -124,7 +124,7 @@ def main():
g.write(' * AUTOGENERATED by contrib/seeds/generate-seeds.py\n')
g.write(' *\n')
g.write(' * Each line contains a 16-byte IPv6 address and a port.\n')
- g.write(' * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.\n')
+ g.write(' * IPv4 as well as onion addresses are wrapped inside an IPv6 address accordingly.\n')
g.write(' */\n')
with open(os.path.join(indir,'nodes_main.txt'),'r') as f:
process_nodes(g, f, 'pnSeed6_main', 8333)