aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_paths.h')
-rw-r--r--src/cadet/gnunet-service-cadet_paths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_paths.h b/src/cadet/gnunet-service-cadet_paths.h
index 125ea669a..3961dd721 100644
--- a/src/cadet/gnunet-service-cadet_paths.h
+++ b/src/cadet/gnunet-service-cadet_paths.h
@@ -37,7 +37,7 @@
37 * if applicable. 37 * if applicable.
38 * 38 *
39 * @param get_path path of the get request 39 * @param get_path path of the get request
40 * @param get_path_length lenght of @a get_path 40 * @param get_path_length length of @a get_path
41 * @param put_path path of the put request 41 * @param put_path path of the put request
42 * @param put_path_length length of the @a put_path 42 * @param put_path_length length of the @a put_path
43 */ 43 */
@@ -130,7 +130,7 @@ GCPP_find_peer (struct CadetPeerPath *path,
130/** 130/**
131 * Return how much we like keeping the path. This is an aggregate 131 * Return how much we like keeping the path. This is an aggregate
132 * score based on various factors, including the age of the path 132 * score based on various factors, including the age of the path
133 * (older == better), and the value of this path to all of its ajacent 133 * (older == better), and the value of this path to all of its adjacent
134 * peers. For example, long paths that end at a peer that we have no 134 * peers. For example, long paths that end at a peer that we have no
135 * shorter way to reach are very desirable, while long paths that end 135 * shorter way to reach are very desirable, while long paths that end
136 * at a peer for which we have a shorter way as well are much less 136 * at a peer for which we have a shorter way as well are much less