aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-12 10:57:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-12 10:57:27 +0000
commitb59f32457f01990af89eca8ec9a837f47b74175d (patch)
treee53878aad5f41e9a0eff2b8b1a235be9b7479b8c /src/core
parent8f213fb2ccffd4a4e34ca792852e0664f84b0649 (diff)
downloadgnunet-b59f32457f01990af89eca8ec9a837f47b74175d.tar.gz
gnunet-b59f32457f01990af89eca8ec9a837f47b74175d.zip
- typos
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core_clients.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c
index 7a9572418..72b5b8803 100644
--- a/src/core/gnunet-service-core_clients.c
+++ b/src/core/gnunet-service-core_clients.c
@@ -239,7 +239,7 @@ send_to_all_clients (const struct GNUNET_PeerIdentity *partner,
239 if ( (0 != (options & GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND)) && 239 if ( (0 != (options & GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND)) &&
240 (0 != (c->options & GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND)) ) 240 (0 != (c->options & GNUNET_CORE_OPTION_SEND_FULL_OUTBOUND)) )
241 continue; 241 continue;
242 GNUNET_log (GNUNET_ERROR_TYPE_DEUBG, 242 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
243 "Sending %u message with %u bytes to client interested in messages of type %u.\n", 243 "Sending %u message with %u bytes to client interested in messages of type %u.\n",
244 options, 244 options,
245 ntohs (msg->size), 245 ntohs (msg->size),