aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-19 13:13:38 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-19 13:13:38 +0000
commitf38992e2e7f5a4b8ff33b44c9f5ba69f54987369 (patch)
tree0ebf6aef5965651facfe9b4b4ee354b71adf9399 /src/ats
parent85725c7ddbf165923d3d41c242b2f7d8befde656 (diff)
downloadgnunet-f38992e2e7f5a4b8ff33b44c9f5ba69f54987369.tar.gz
gnunet-f38992e2e7f5a4b8ff33b44c9f5ba69f54987369.zip
typo
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/gnunet-service-ats_performance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_performance.c b/src/ats/gnunet-service-ats_performance.c
index ce914b202..0fa08ac4b 100644
--- a/src/ats/gnunet-service-ats_performance.c
+++ b/src/ats/gnunet-service-ats_performance.c
@@ -234,7 +234,7 @@ GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client,
234 result.peer = msg->peer; 234 result.peer = msg->peer;
235 result.res_delay = GNUNET_TIME_relative_hton (res_delay); 235 result.res_delay = GNUNET_TIME_relative_hton (res_delay);
236 GNUNET_STATISTICS_update (GSA_stats, 236 GNUNET_STATISTICS_update (GSA_stats,
237 "# reservatin requests processed", 237 "# reservation requests processed",
238 1, 238 1,
239 GNUNET_NO); 239 GNUNET_NO);
240 GNUNET_SERVER_notification_context_unicast (nc, 240 GNUNET_SERVER_notification_context_unicast (nc,