Skip to content

Commit 534562e

Browse files
author
Robert Gartman
authored
Fixed typo
1 parent 3c9554f commit 534562e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mem3_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def discover_peers(service_record):
3232
# name to form the hostname used for the Erlang node. This feels hacky
3333
# but not sure of a more official answer
3434
result = [rdata.target.to_text()[:-1] for rdata in answers]
35-
print("\t| Got the following peers' fqdm from DNS lookup:",result,flush=True)
35+
print("\t| Got the following peers' fqdn from DNS lookup:",result,flush=True)
3636
return result
3737

3838
def backoff_hdlr(details):

0 commit comments

Comments
 (0)