From e8a1a082555f98af40f98fd3a20ccd803ad478f8 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Tue, 13 Nov 2018 11:41:15 +0000 Subject: Partial application of diff send in beberking, Issue #5476 Signed-off-by: Nils Gillmann --- src/transport/gnunet-transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/gnunet-transport.c') diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c index fed509fe1..6c589307b 100644 --- a/src/transport/gnunet-transport.c +++ b/src/transport/gnunet-transport.c @@ -489,7 +489,7 @@ operation_timeout (void *cls) } FPRINTF (stdout, "%s", - _("Failed to list connections, timeout occured\n")); + _("Failed to list connections, timeout occurred\n")); GNUNET_SCHEDULER_shutdown (); ret = 1; return; -- cgit v1.2.3