summaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-19 11:52:01 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-19 11:52:01 +0200
commit84b2518a5a38e2866bd5eab994eaf8e670ffb1c6 (patch)
tree11aa92a7deb5430d2a253a3d052bd579742704b2 /src/rps
parentbab2ea57b487b09236533d14bafb73c904439788 (diff)
downloadgnunet-84b2518a5a38e2866bd5eab994eaf8e670ffb1c6.tar.gz
gnunet-84b2518a5a38e2866bd5eab994eaf8e670ffb1c6.zip
typos
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index e929c89de..c5530a1eb 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -345,7 +345,7 @@ struct Sub
345 unsigned int sampler_size_est_need; 345 unsigned int sampler_size_est_need;
346 346
347 /** 347 /**
348 * Time inverval the do_round task runs in. 348 * Time interval the do_round task runs in.
349 */ 349 */
350 struct GNUNET_TIME_Relative round_interval; 350 struct GNUNET_TIME_Relative round_interval;
351 351