aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-12-13 18:46:07 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2022-12-16 08:09:04 +0200
commit1da9dec3482aa98361d02be050097c5eb77f0db5 (patch)
tree7d89508879b552e2c1681b3f834c52ea84396bdf /src/app
parentf0f32c17343494111104ee47dd0dad6a75d0091a (diff)
downloadtor-1da9dec3482aa98361d02be050097c5eb77f0db5.tar.gz
tor-1da9dec3482aa98361d02be050097c5eb77f0db5.zip
Fix typos
Diffstat (limited to 'src/app')
-rw-r--r--src/app/config/config.c2
-rw-r--r--src/app/config/resolve_addr.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 7443d6bcb3..6b07d58240 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -7256,7 +7256,7 @@ getinfo_helper_config(control_connection_t *conn,
}
/* Check whether an address has already been set against the options
- * depending on address family and destination type. Any exsting
+ * depending on address family and destination type. Any existing
* value will lead to a fail, even if it is the same value. If not
* set and not only validating, copy it into this location too.
* Returns 0 on success or -1 if this address is already set.
diff --git a/src/app/config/resolve_addr.c b/src/app/config/resolve_addr.c
index 09d4b800f6..130998b7c8 100644
--- a/src/app/config/resolve_addr.c
+++ b/src/app/config/resolve_addr.c
@@ -810,7 +810,7 @@ find_my_address(const or_options_t *options, int family, int warn_severity,
* want to learn here if the address is considered to come from the
* Internet basically.
*
- * @param addr The address to test if local and also test against our resovled
+ * @param addr The address to test if local and also test against our resolved
* address.
*
* @return True iff address is considered local or else False.