aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_paths.c
diff options
context:
space:
mode:
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