aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_peer.c')
-rw-r--r--src/cadet/gnunet-service-cadet_peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c
index 165553d1c..4a25b0829 100644
--- a/src/cadet/gnunet-service-cadet_peer.c
+++ b/src/cadet/gnunet-service-cadet_peer.c
@@ -2214,7 +2214,7 @@ GCP_add_path_to_all (const struct CadetPeerPath *p, int confirmed)
2214 2214
2215 2215
2216/** 2216/**
2217 * Remove any path to the peer that has the extact same peers as the one given. 2217 * Remove any path to the peer that has the exact same peers as the one given.
2218 * 2218 *
2219 * @param peer Peer to remove the path from. 2219 * @param peer Peer to remove the path from.
2220 * @param path Path to remove. Is always destroyed . 2220 * @param path Path to remove. Is always destroyed .