aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
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/datastore
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c4
-rw-r--r--src/datastore/plugin_datastore_mysql.c2
-rw-r--r--src/datastore/plugin_datastore_postgres.c6
3 files changed, 6 insertions, 6 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index bd7a612ed..d658b9c85 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -36,7 +36,7 @@
36#define DELAY_WARN_TIMEOUT GNUNET_TIME_UNIT_MINUTES 36#define DELAY_WARN_TIMEOUT GNUNET_TIME_UNIT_MINUTES
37 37
38/** 38/**
39 * Collect an instane number of statistics? May cause excessive IPC. 39 * Collect an instance number of statistics? May cause excessive IPC.
40 */ 40 */
41#define INSANE_STATISTICS GNUNET_NO 41#define INSANE_STATISTICS GNUNET_NO
42 42
@@ -515,7 +515,7 @@ GNUNET_DATASTORE_disconnect (struct GNUNET_DATASTORE_Handle *h,
515 515
516 516
517/** 517/**
518 * Create a new entry for our priority queue (and possibly discard other entires if 518 * Create a new entry for our priority queue (and possibly discard other entries if
519 * the queue is getting too long). 519 * the queue is getting too long).
520 * 520 *
521 * @param h handle to the datastore 521 * @param h handle to the datastore
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index 15c2fe386..4f0e0838e 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -74,7 +74,7 @@
74 password=$the_password_you_like 74 password=$the_password_you_like
75 @endverbatim 75 @endverbatim
76 * 76 *
77 * Thats it. Note that .my.cnf file is a security risk unless its on 77 * That's it. Note that .my.cnf file is a security risk unless its on
78 * a safe partition etc. The $HOME/.my.cnf can of course be a symbolic 78 * a safe partition etc. The $HOME/.my.cnf can of course be a symbolic
79 * link. Even greater security risk can be achieved by setting no 79 * link. Even greater security risk can be achieved by setting no
80 * password for $USER. Luckily $USER has only privileges to mess 80 * password for $USER. Luckily $USER has only privileges to mess
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 6a5d45832..66929f91a 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -281,7 +281,7 @@ postgres_plugin_put (void *cls,
281 key, 281 key,
282 size, 282 size,
283 GNUNET_SYSERR, 283 GNUNET_SYSERR,
284 _ ("Postgress exec failure")); 284 _ ("Postgresql exec failure"));
285 return; 285 return;
286 } 286 }
287 bool affected = (0 != ret); 287 bool affected = (0 != ret);
@@ -322,7 +322,7 @@ postgres_plugin_put (void *cls,
322 key, 322 key,
323 size, 323 size,
324 GNUNET_SYSERR, 324 GNUNET_SYSERR,
325 "Postgress exec failure"); 325 "Postgresql exec failure");
326 return; 326 return;
327 } 327 }
328 } 328 }
@@ -894,7 +894,7 @@ postgres_plugin_remove_key (void *cls,
894 key, 894 key,
895 size, 895 size,
896 GNUNET_SYSERR, 896 GNUNET_SYSERR,
897 _ ("Postgress exec failure")); 897 _ ("Postgresql exec failure"));
898 return; 898 return;
899 } 899 }
900 if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == ret) 900 if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == ret)