From ec2805f35786478ceaa97c7e52499e1bf0cdf878 Mon Sep 17 00:00:00 2001
From: Conner Vieira
Date: Fri, 29 Sep 2023 20:54:48 -0400
Subject: [PATCH] Fixed some typos
---
docs/manual/examples.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/manual/examples.html b/docs/manual/examples.html
index f7aba15..02a866b 100644
--- a/docs/manual/examples.html
+++ b/docs/manual/examples.html
@@ -258,7 +258,7 @@ program.
# 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,
@@ -269,7 +269,7 @@ program.
)
# 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
@@ -375,7 +375,7 @@ notifications about announces from relevant destinations.
# 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,
@@ -3329,4 +3329,4 @@ interface to efficiently pass files of any size over a Reticulum