diff --git a/Examples/Announce.py b/Examples/Announce.py index bd11ac5..69c94cb 100644 --- a/Examples/Announce.py +++ b/Examples/Announce.py @@ -32,7 +32,7 @@ def program_setup(configpath): # Destinations are endpoints in Reticulum, that can be addressed # and communicated with. Destinations can also announce their # existence, which will let the network know they are reachable - # and autoomatically create paths to them, from anywhere else + # and automatically create paths to them, from anywhere else # in the network. destination_1 = RNS.Destination( identity, @@ -53,7 +53,7 @@ def program_setup(configpath): ) # We configure the destinations to automatically prove all - # packets adressed to it. By doing this, RNS will automatically + # packets addressed to it. By doing this, RNS will automatically # generate a proof for each incoming packet and transmit it # back to the sender of that packet. This will let anyone that # tries to communicate with the destination know whether their diff --git a/Examples/Echo.py b/Examples/Echo.py index cfbe007..e5b3930 100644 --- a/Examples/Echo.py +++ b/Examples/Echo.py @@ -46,7 +46,7 @@ def server(configpath): ) # We configure the destination to automatically prove all - # packets adressed to it. By doing this, RNS will automatically + # packets addressed to it. By doing this, RNS will automatically # generate a proof for each incoming packet and transmit it # back to the sender of that packet. echo_destination.set_proof_strategy(RNS.Destination.PROVE_ALL) diff --git a/Examples/Minimal.py b/Examples/Minimal.py index 5965a42..76f78c6 100644 --- a/Examples/Minimal.py +++ b/Examples/Minimal.py @@ -25,7 +25,7 @@ def program_setup(configpath): # Destinations are endpoints in Reticulum, that can be addressed # and communicated with. Destinations can also announce their # existence, which will let the network know they are reachable - # and autoomatically create paths to them, from anywhere else + # and automatically create paths to them, from anywhere else # in the network. destination = RNS.Destination( identity, @@ -36,7 +36,7 @@ def program_setup(configpath): ) # We configure the destination to automatically prove all - # packets adressed to it. By doing this, RNS will automatically + # packets addressed to it. By doing this, RNS will automatically # generate a proof for each incoming packet and transmit it # back to the sender of that packet. This will let anyone that # tries to communicate with the destination know whether their diff --git a/RNS/Packet.py b/RNS/Packet.py index 1b26d07..5dc8ea3 100755 --- a/RNS/Packet.py +++ b/RNS/Packet.py @@ -30,7 +30,7 @@ class Packet: """ The Packet class is used to create packet instances that can be sent over a Reticulum network. Packets will automatically be encrypted if - they are adressed to a ``RNS.Destination.SINGLE`` destination, + they are addressed to a ``RNS.Destination.SINGLE`` destination, ``RNS.Destination.GROUP`` destination or a :ref:`RNS.Link`. For ``RNS.Destination.GROUP`` destinations, Reticulum will use the