aboutsummaryrefslogtreecommitdiff
path: root/src/my
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
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/my')
-rw-r--r--src/my/my.c2
-rw-r--r--src/my/my_result_helper.c8
-rw-r--r--src/my/test_my.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/src/my/my.c b/src/my/my.c
index 256f71742..468a4a47c 100644
--- a/src/my/my.c
+++ b/src/my/my.c
@@ -32,7 +32,7 @@
32 * Run a prepared SELECT statement. 32 * Run a prepared SELECT statement.
33 * 33 *
34 * @param mc mysql context 34 * @param mc mysql context
35 * @param sh handle to SELECT statment 35 * @param sh handle to SELECT statement
36 * @param params parameters to the statement 36 * @param params parameters to the statement
37 * @return 37 * @return
38 #GNUNET_YES if we can prepare all statement 38 #GNUNET_YES if we can prepare all statement
diff --git a/src/my/my_result_helper.c b/src/my/my_result_helper.c
index 78f1a1ec0..99b4229a4 100644
--- a/src/my/my_result_helper.c
+++ b/src/my/my_result_helper.c
@@ -663,7 +663,7 @@ pre_extract_uint16 (void *cls,
663 663
664 664
665/** 665/**
666 * Check size of extracted fixed size data from a Mysql datbase. 666 * Check size of extracted fixed size data from a Mysql database.
667 * 667 *
668 * @param cls closure 668 * @param cls closure
669 * @param[in,out] rs 669 * @param[in,out] rs
@@ -712,7 +712,7 @@ GNUNET_MY_result_spec_uint16 (uint16_t *u16)
712 712
713 713
714/** 714/**
715 * Extrac data from a MYSQL database @a result at row @a row 715 * Extract data from a MYSQL database @a result at row @a row
716 * 716 *
717 * @param cls closure 717 * @param cls closure
718 * @param cls closure 718 * @param cls closure
@@ -743,7 +743,7 @@ pre_extract_uint32 (void *cls,
743 743
744 744
745/** 745/**
746 * Extrac data from a MYSQL database @a result at row @a row 746 * Extract data from a MYSQL database @a result at row @a row
747 * 747 *
748 * @param cls closure 748 * @param cls closure
749 * @param cls closure 749 * @param cls closure
@@ -825,7 +825,7 @@ pre_extract_uint64 (void *cls,
825 825
826 826
827/** 827/**
828 * Check size of extracted fixe size data from a Mysql database 828 * Check size of extracted fixed-size data from a Mysql database
829 * 829 *
830 * @param cls closure 830 * @param cls closure
831 * @param[in,out] rs 831 * @param[in,out] rs
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