aboutsummaryrefslogtreecommitdiff
path: root/src/my/test_my.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/my/test_my.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
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