aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
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/statistics
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/gnunet-statistics.c2
-rw-r--r--src/statistics/statistics_api.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/statistics/gnunet-statistics.c b/src/statistics/gnunet-statistics.c
index b9aedb4e7..5894ef68c 100644
--- a/src/statistics/gnunet-statistics.c
+++ b/src/statistics/gnunet-statistics.c
@@ -396,7 +396,7 @@ print_finish (void *cls)
396 * Implements #GNUNET_STATISTICS_Callback 396 * Implements #GNUNET_STATISTICS_Callback
397 * 397 *
398 * @param cls Closure - The index of the node. 398 * @param cls Closure - The index of the node.
399 * @param succes Whether statistics were obtained successfully. 399 * @param success Whether statistics were obtained successfully.
400 */ 400 */
401static void 401static void
402continuation_print (void *cls, 402continuation_print (void *cls,
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c
index bf0a90b45..d6c2680b8 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -1287,7 +1287,7 @@ add_setter_action (struct GNUNET_STATISTICS_Handle *h,
1287 { 1287 {
1288 if (ACTION_UPDATE == type) 1288 if (ACTION_UPDATE == type)
1289 { 1289 {
1290 /* make delta cummulative */ 1290 /* make delta cumulative */
1291 delta = (int64_t) value; 1291 delta = (int64_t) value;
1292 ai->value += delta; 1292 ai->value += delta;
1293 } 1293 }