aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_preferences.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/ats/gnunet-service-ats_preferences.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/ats/gnunet-service-ats_preferences.c')
-rw-r--r--src/ats/gnunet-service-ats_preferences.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/gnunet-service-ats_preferences.c b/src/ats/gnunet-service-ats_preferences.c
index 636e2db47..0869c65dc 100644
--- a/src/ats/gnunet-service-ats_preferences.c
+++ b/src/ats/gnunet-service-ats_preferences.c
@@ -47,7 +47,7 @@
47#define PREF_AGING_FACTOR 0.95 47#define PREF_AGING_FACTOR 0.95
48 48
49/** 49/**
50 * What is the lowest threshold up to which prefernce values 50 * What is the lowest threshold up to which preference values
51 * are aged, and below which we consider them zero and thus 51 * are aged, and below which we consider them zero and thus
52 * no longer subject to aging? 52 * no longer subject to aging?
53 */ 53 */
@@ -211,7 +211,7 @@ sum_relative_preferences (void *cls,
211 211
212 212
213/** 213/**
214 * Update the total releative preference for a peer by summing 214 * Update the total relative preference for a peer by summing
215 * up the relative preferences all clients have for this peer. 215 * up the relative preferences all clients have for this peer.
216 * 216 *
217 * @param id peer id of the peer for which we should do the update 217 * @param id peer id of the peer for which we should do the update