summaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorgrindhold <grindhold@gmx.net>2019-09-21 13:26:37 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-21 17:44:12 +0200
commit2e2790e1b4a563ef471be1b604c6ebee55f89203 (patch)
tree580cacadc1ac628003be43724810e5875e5de031 /src/datastore/plugin_datastore_mysql.c
parentcac1c211ba0247b978961630b7ee147956b29e0a (diff)
downloadgnunet-2e2790e1b4a563ef471be1b604c6ebee55f89203.tar.gz
gnunet-2e2790e1b4a563ef471be1b604c6ebee55f89203.zip
docs: fix typo 'priviledge'→'privilege'
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r--src/datastore/plugin_datastore_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index c670a6d99..cc5b558ee 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -77,7 +77,7 @@
77 * Thats it. Note that .my.cnf file is a security risk unless its on 77 * Thats 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 priviledges to mess 80 * password for $USER. Luckily $USER has only privileges to mess
81 * up GNUnet's tables, nothing else (unless you give them more, 81 * up GNUnet's tables, nothing else (unless you give them more,
82 * of course).<p> 82 * of course).<p>
83 * 83 *