Skip to content

Commit 1ff1c1b

Browse files
committed
Spelling.
1 parent ebaa1bf commit 1ff1c1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helper_bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def dns():
3333
print 'Adding', item[4][0], 'to knownNodes based on DNS boostrap method'
3434
shared.knownNodes[1][item[4][0]] = (8080, int(time.time()))
3535
except:
36-
print 'bootstrap8080.bitmessage.org DNS bootstraping failed.'
36+
print 'bootstrap8080.bitmessage.org DNS bootstrapping failed.'
3737
try:
3838
for item in socket.getaddrinfo('bootstrap8444.bitmessage.org', 80):
3939
print 'Adding', item[4][0], 'to knownNodes based on DNS boostrap method'

0 commit comments

Comments
 (0)