summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-03-26 19:10:27 +0100
committerGitHub <noreply@github.com>2026-03-26 19:10:27 +0100
commitc706d31207c10ce0bec1d46d50685df6bd7bfacd (patch)
tree61230e66feaca429c63af930ba00816f17dd7dbc /data
parentd541957b6ae051f4e3dce097e5215d32a03c8f30 (diff)
parent2933d0f5f5d17551b292cdafb8315cf2876e64a7 (diff)
downloadvyos-build-c706d31207c10ce0bec1d46d50685df6bd7bfacd.tar.gz
vyos-build-c706d31207c10ce0bec1d46d50685df6bd7bfacd.zip
Merge pull request #1146 from sever-sever/T8410
T8410: Fix typos and mistakes in scripts and comments
Diffstat (limited to 'data')
-rw-r--r--data/build-types/release.toml4
-rwxr-xr-xdata/live-build-config/hooks/live/30-strongswan-configs.chroot2
-rw-r--r--data/live-build-config/includes.binary/compat2
-rw-r--r--data/live-build-config/includes.chroot/etc/login.defs8
4 files changed, 8 insertions, 8 deletions
diff --git a/data/build-types/release.toml b/data/build-types/release.toml
index 5b460be9..338b9ada 100644
--- a/data/build-types/release.toml
+++ b/data/build-types/release.toml
@@ -353,8 +353,8 @@ Ours.
We do not assert any Intellectual Property Rights over:
(a) components created by third parties that may be taken from upstream
sources in binary form compiled by Us from the source code;
-(b) source code and documentation of the Software, which is develope
- ollaboratively and is open to contributions by parties not affiliated with
+(b) source code and documentation of the Software, which is developed
+ collaboratively and is open to contributions by parties not affiliated with
Us (to such purpose, contributors give Us non-exclusive rights according
to the licenses of the Software and documentation);
(c) third parties software or programs included therein or therewith the
diff --git a/data/live-build-config/hooks/live/30-strongswan-configs.chroot b/data/live-build-config/hooks/live/30-strongswan-configs.chroot
index a0efc126..c71eefce 100755
--- a/data/live-build-config/hooks/live/30-strongswan-configs.chroot
+++ b/data/live-build-config/hooks/live/30-strongswan-configs.chroot
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# The Cisco Unity plugin, that implements a proprietary extension
-# for IPsec split tunneling, interfers with DMVPN
+# for IPsec split tunneling, interferes with DMVPN
#
# Since we do not do remote access IPsec, the simplest solution
# is to disable it entirely from the start.
diff --git a/data/live-build-config/includes.binary/compat b/data/live-build-config/includes.binary/compat
index 2bdeeb14..adba17ff 100644
--- a/data/live-build-config/includes.binary/compat
+++ b/data/live-build-config/includes.binary/compat
@@ -1,4 +1,4 @@
-# VyOS 1.3.x image upgrade scipt checked if an image file was a valid ISO file
+# VyOS 1.3.x image upgrade script checked if an image file was a valid ISO file
# by grepping it for "ISO9660".
# (The correct way to do that would be to use file/libmagic,
# but we cannot change the past).
diff --git a/data/live-build-config/includes.chroot/etc/login.defs b/data/live-build-config/includes.chroot/etc/login.defs
index e582b369..b1fa0fa6 100644
--- a/data/live-build-config/includes.chroot/etc/login.defs
+++ b/data/live-build-config/includes.chroot/etc/login.defs
@@ -181,8 +181,8 @@ GID_MAX 60000
#
# Max number of login retries if password is bad. This will most likely be
-# overriden by PAM, since the default pam_unix module has it's own built
-# in of 3 retries. However, this is a safe fallback in case you are using
+# overridden by PAM, since the default pam_unix module has its own built-in
+# limit of 3 retries. However, this is a safe fallback in case you are using
# an authentication module that does not enforce PAM_MAXTRIES.
#
LOGIN_RETRIES 5
@@ -226,7 +226,7 @@ USERGROUPS_ENAB yes
#
# Instead of the real user shell, the program specified by this parameter
# will be launched, although its visible name (argv[0]) will be the shell's.
-# The program may do whatever it wants (logging, additional authentification,
+# The program may do whatever it wants (logging, additional authentication,
# banner, ...) before running the actual shell.
#
# FAKE_SHELL /bin/fakeshell
@@ -297,7 +297,7 @@ ENCRYPT_METHOD SHA512
# #
# These options are now handled by PAM. Please #
# edit the appropriate file in /etc/pam.d/ to #
-# enable the equivelants of them.
+# enable the equivalents of them.
#
###############