aboutsummaryrefslogtreecommitdiff
path: root/src/my/test_my.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/my/test_my.c')
-rw-r--r--src/my/test_my.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/my/test_my.c b/src/my/test_my.c
index c639fcfdd..ffb5a5f13 100644
--- a/src/my/test_my.c
+++ b/src/my/test_my.c
@@ -33,7 +33,7 @@
33 * Run actual test queries. 33 * Run actual test queries.
34 * 34 *
35 * @param contexte the current context of mysql 35 * @param contexte the current context of mysql
36 * @return 0 on succes 36 * @return 0 on success
37 */ 37 */
38static int 38static int
39run_queries (struct GNUNET_MYSQL_Context *context) 39run_queries (struct GNUNET_MYSQL_Context *context)
@@ -252,7 +252,7 @@ main (int argc, const char *const argv[])
252 if (GNUNET_OK != 252 if (GNUNET_OK !=
253 GNUNET_CONFIGURATION_parse (config, "test_my.conf")) 253 GNUNET_CONFIGURATION_parse (config, "test_my.conf"))
254 { 254 {
255 fprintf (stderr, "Failed to parse configuaration\n"); 255 fprintf (stderr, "Failed to parse configuration\n");
256 return 1; 256 return 1;
257 } 257 }
258 258