diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-02-11 10:48:15 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-02-11 10:48:15 +0100 |
commit | 11376b5583a283772c82f6d32d0007cdbf5b8ef0 (patch) | |
tree | 743f25d31a5e9e181eb8a2e5a37bfcbcc2fee8ec /contrib/seeds | |
parent | 67447ba06057b8e83f962c82491d2fe6c5211f50 (diff) |
Fix a-vs-an typos
Diffstat (limited to 'contrib/seeds')
-rwxr-xr-x | contrib/seeds/generate-seeds.py | 2 |
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) |