[NetworkManager-openconnect/master: 1/10] Fix typos found by codespell
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-openconnect/master: 1/10] Fix typos found by codespell
- Date: Sun, 24 Apr 2022 09:41:21 +0000 (UTC)
commit 3b5482ec59d25863de98ede8d9e73b4e2ef62712
Author: Dimitri Papadopoulos <3350651-DimitriPapadopoulos users noreply gitlab com>
Date: Tue Jan 18 10:09:19 2022 +0100
Fix typos found by codespell
configure.ac | 2 +-
import-strings.sh | 2 +-
openconnect-strings.txt | 2 +-
src/nm-openconnect-service.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 500efd3..71e5d9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,7 +72,7 @@ dnl GNOME support
dnl
AC_ARG_WITH(gnome, AS_HELP_STRING([--without-gnome], [Build NetworkManager-openconnect without GNOME
support, e.g. vpn service only]), [], [with_gnome_specified=no])
AC_ARG_WITH(gtk4, AS_HELP_STRING([--with-gtk4], [Build NetworkManager-openconnect with libnma-gtk4
support]), [], [with_gtk4_specified=no])
-AC_ARG_WITH(libnm-glib, AS_HELP_STRING([--with-libnm-glib], [Build NetworkManager-openconnect with
libnm-glib comatibility (depreacted)]), [], [with_libnm_glib_specified=no])
+AC_ARG_WITH(libnm-glib, AS_HELP_STRING([--with-libnm-glib], [Build NetworkManager-openconnect with
libnm-glib compatibility (deprecated)]), [], [with_libnm_glib_specified=no])
if test "$with_libnm_glib_specified" != no -a "$with_libnm_glib" != no; then
if test "$with_gnome_specified" != no -a "$with_gnome" == no; then
AC_MSG_ERROR(Building --with-libnm-glib conflicts with --without-gnome)
diff --git a/import-strings.sh b/import-strings.sh
index f807327..9d3f3b9 100644
--- a/import-strings.sh
+++ b/import-strings.sh
@@ -27,7 +27,7 @@ OUTFILE=openconnect-strings-$COMMIT.txt
cat >$OUTFILE <<EOF
This file contains strings from the OpenConnect VPN client, found at
-https://www.infradead.org/openconnect/ and browseable in gitweb at
+https://www.infradead.org/openconnect/ and browsable in gitweb at
https://git.infradead.org/users/dwmw2/openconnect.git
We do this because NetworkManager-openconnect authentication dialog
diff --git a/openconnect-strings.txt b/openconnect-strings.txt
index 1981b68..dc8b83f 100644
--- a/openconnect-strings.txt
+++ b/openconnect-strings.txt
@@ -1,5 +1,5 @@
This file contains strings from the OpenConnect VPN client, found at
-https://www.infradead.org/openconnect/ and browseable in gitweb at
+https://www.infradead.org/openconnect/ and browsable in gitweb at
https://git.infradead.org/users/dwmw2/openconnect.git
We do this because NetworkManager-openconnect authentication dialog
diff --git a/src/nm-openconnect-service.c b/src/nm-openconnect-service.c
index 476289a..05e8095 100644
--- a/src/nm-openconnect-service.c
+++ b/src/nm-openconnect-service.c
@@ -494,7 +494,7 @@ nm_openconnect_start_openconnect_binary (NMOpenconnectPlugin *plugin,
if (props_csd_enable && !strcmp (props_csd_enable, "yes") && props_csd_wrapper) {
/* TODO: disable passing the script to openconnect.
*
- * As we have priv->tun_name, openconnect will run as an unpriviledged user
NM_OPENCONNECT_USER.
+ * As we have priv->tun_name, openconnect will run as an unprivileged user
NM_OPENCONNECT_USER.
* However, it is still not safe to run untrusted scripts provided by the user.
*
* This needs a different solution, for now, just log a warning. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]