gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix typos


From: gnunet
Subject: [gnunet] branch master updated: -fix typos
Date: Sun, 18 Jul 2021 13:54:56 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3a8004330 -fix typos
3a8004330 is described below

commit 3a8004330c4b0f11cf51b22aada57a9c6160b513
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 18 13:51:40 2021 +0200

    -fix typos
---
 src/testbed/gnunet-cmds-helper.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/testbed/gnunet-cmds-helper.c b/src/testbed/gnunet-cmds-helper.c
index 693892a9c..70db6c509 100644
--- a/src/testbed/gnunet-cmds-helper.c
+++ b/src/testbed/gnunet-cmds-helper.c
@@ -283,8 +283,6 @@ shutdown_task (void *cls)
 }
 
 
-
-
 /**
  * Task to write to the standard out
  *
@@ -548,10 +546,10 @@ tokenizer_cb (void *cls, const struct 
GNUNET_MessageHeader *message)
   }
 
 
-  error:
+error:
   status = GNUNET_SYSERR;
   LOG (GNUNET_ERROR_TYPE_ERROR,
-       "tokenizer shuting down!\n");
+       "tokenizer shutting down!\n");
   GNUNET_SCHEDULER_shutdown ();
   return GNUNET_SYSERR;
 }
@@ -574,7 +572,7 @@ read_task (void *cls)
   {
     LOG_DEBUG ("STDIN closed\n");
     LOG (GNUNET_ERROR_TYPE_ERROR,
-         "tokenizer shuting down during reading!\n");
+         "tokenizer shutting down during reading!\n");
     GNUNET_SCHEDULER_shutdown ();
     return;
   }
@@ -583,7 +581,7 @@ read_task (void *cls)
     /* didn't expect any more data! */
     GNUNET_break_op (0);
     LOG (GNUNET_ERROR_TYPE_ERROR,
-         "tokenizer shuting down during reading, didn't expect any more 
data!\n");
+         "tokenizer shutting down during reading, didn't expect any more 
data!\n");
     GNUNET_SCHEDULER_shutdown ();
     return;
   }
@@ -595,7 +593,7 @@ read_task (void *cls)
   {
     GNUNET_break (0);
     LOG (GNUNET_ERROR_TYPE_ERROR,
-         "tokenizer shuting down during reading, writing to buffer failed!\n");
+         "tokenizer shutting down during reading, writing to buffer 
failed!\n");
     GNUNET_SCHEDULER_shutdown ();
     return;
   }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]