aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_paths.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/cadet/gnunet-service-cadet_paths.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/cadet/gnunet-service-cadet_paths.c')
-rw-r--r--src/cadet/gnunet-service-cadet_paths.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_paths.c b/src/cadet/gnunet-service-cadet_paths.c
index 087515a5e..2da4e2708 100644
--- a/src/cadet/gnunet-service-cadet_paths.c
+++ b/src/cadet/gnunet-service-cadet_paths.c
@@ -87,7 +87,7 @@ recalculate_path_desirability (struct CadetPeerPath *path)
87/** 87/**
88 * Return how much we like keeping the path. This is an aggregate 88 * Return how much we like keeping the path. This is an aggregate
89 * score based on various factors, including the age of the path 89 * score based on various factors, including the age of the path
90 * (older == better), and the value of this path to all of its ajacent 90 * (older == better), and the value of this path to all of its adjacent
91 * peers. For example, long paths that end at a peer that we have no 91 * peers. For example, long paths that end at a peer that we have no
92 * shorter way to reach are very desirable, while long paths that end 92 * shorter way to reach are very desirable, while long paths that end
93 * at a peer for which we have a shorter way as well are much less 93 * at a peer for which we have a shorter way as well are much less
@@ -462,7 +462,7 @@ extend_path (struct CadetPeerPath *path,
462 * if applicable. 462 * if applicable.
463 * 463 *
464 * @param get_path path of the get request 464 * @param get_path path of the get request
465 * @param get_path_length lenght of @a get_path 465 * @param get_path_length length of @a get_path
466 * @param put_path path of the put request 466 * @param put_path path of the put request
467 * @param put_path_length length of the @a put_path 467 * @param put_path_length length of the @a put_path
468 * @return a path through the network 468 * @return a path through the network