aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2014-05-26 16:39:09 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2014-05-26 16:39:09 +0000
commit52255e6f9663a192bd8fe567bf14eb6f4ee136c4 (patch)
treefac3a90dfdd38bcc633590f32dc7142633200e7b /src/transport/plugin_transport_http_server.c
parent5aa93f321ba764220e209f6579fb911535d38200 (diff)
downloadgnunet-52255e6f9663a192bd8fe567bf14eb6f4ee136c4.tar.gz
gnunet-52255e6f9663a192bd8fe567bf14eb6f4ee136c4.zip
Typo in comment
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 7550e7dee..fcad5f43b 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2002-2013 Christian Grothoff (and other contributing authors) 3 (C) 2002-2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -101,7 +101,7 @@ struct Session
101 struct GNUNET_SERVER_MessageStreamTokenizer *msg_tk; 101 struct GNUNET_SERVER_MessageStreamTokenizer *msg_tk;
102 102
103 /** 103 /**
104 * Client send handle 104 * Client recv handle
105 */ 105 */
106 struct ServerConnection *server_recv; 106 struct ServerConnection *server_recv;
107 107