gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27202 - gnunet/src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r27202 - gnunet/src/hostlist
Date: Fri, 17 May 2013 19:42:41 +0200

Author: grothoff
Date: 2013-05-17 19:42:41 +0200 (Fri, 17 May 2013)
New Revision: 27202

Modified:
   gnunet/src/hostlist/test_gnunet_daemon_hostlist_learning.c
Log:
-formatting

Modified: gnunet/src/hostlist/test_gnunet_daemon_hostlist_learning.c
===================================================================
--- gnunet/src/hostlist/test_gnunet_daemon_hostlist_learning.c  2013-05-17 
17:42:31 UTC (rev 27201)
+++ gnunet/src/hostlist/test_gnunet_daemon_hostlist_learning.c  2013-05-17 
17:42:41 UTC (rev 27202)
@@ -358,7 +358,7 @@
   }
   else
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Expected URI `%s' and recieved URI `%s' differ\n",
+                "Expected URI `%s' and received URI `%s' differ\n",
                 expected_uri, current_adv_uri);
   GNUNET_free (expected_uri);
   GNUNET_free_non_null (hostname);
@@ -421,8 +421,8 @@
   p->cfg = GNUNET_CONFIGURATION_create ();
   p->arm_proc =
     GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 
NULL, NULL, binary,
-                               "gnunet-service-arm",
-                               "-c", cfgname, NULL);
+                            "gnunet-service-arm",
+                            "-c", cfgname, NULL);
   GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
   p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg);
   GNUNET_assert (NULL != p->stats);
@@ -534,4 +534,4 @@
   return ret;
 }
 
-/* end of test_gnunet_daemon_hostlist.c */
+/* end of test_gnunet_daemon_hostlist_learning.c */




reply via email to

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