From ab470c7e2d393118bc19c8bac1166aefcd312a10 Mon Sep 17 00:00:00 2001 From: grindhold Date: Sat, 21 Sep 2019 13:26:37 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20'priviledge'=E2=86=92'priv?= =?UTF-8?q?ilege'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 2 +- src/datastore/plugin_datastore_mysql.c | 2 +- src/dns/gnunet-helper-dns.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index e15cd9c26..e23d006b5 100644 --- a/README +++ b/README @@ -326,7 +326,7 @@ You can avoid running 'make install' as root if you run configure with the "--with-sudo=yes" option and have extensive sudo rights (can run "chmod +s" and "chown" via 'sudo'). If you run 'make install' as a normal user without sudo rights (or the configure option), -certain binaries that require additional priviledges will not be +certain binaries that require additional privileges will not be installed properly (and autonomous NAT traversal, WLAN, DNS/GNS and the VPN will then not work). 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 @@ * Thats it. Note that .my.cnf file is a security risk unless its on * a safe partition etc. The $HOME/.my.cnf can of course be a symbolic * link. Even greater security risk can be achieved by setting no - * password for $USER. Luckily $USER has only priviledges to mess + * password for $USER. Luckily $USER has only privileges to mess * up GNUnet's tables, nothing else (unless you give them more, * of course).

* diff --git a/src/dns/gnunet-helper-dns.c b/src/dns/gnunet-helper-dns.c index 85c72579d..e837d81c6 100644 --- a/src/dns/gnunet-helper-dns.c +++ b/src/dns/gnunet-helper-dns.c @@ -499,7 +499,7 @@ set_address4(const char *dev, const char *address, const char *mask) /** * Start forwarding to and from the tunnel. This function runs with - * "reduced" priviledges (saved UID is still 0, but effective UID is + * "reduced" privileges (saved UID is still 0, but effective UID is * the real user ID). * * @param fd_tun tunnel FD @@ -728,7 +728,7 @@ PROCESS_BUFFER: * 25-39 failed to drop privs and then failed to undo some changes to routing table * 40 failed to regain privs * 41-55 failed to regain prisv and then failed to undo some changes to routing table - * 254 insufficient priviledges + * 254 insufficient privileges * 255 failed to handle kill signal properly */ int -- 2.23.0