From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:58:06 +0000 (+0100) Subject: Fix typos in scripts X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aef6e24535ef38c6f5ff05cfde82abd8b11f5025;p=thirdparty%2Ffreeradius-server.git Fix typos in scripts Misspellings found by codespell. --- diff --git a/scripts/boiler.mk b/scripts/boiler.mk index 560c61d52ff..fa6a241a8b5 100644 --- a/scripts/boiler.mk +++ b/scripts/boiler.mk @@ -21,11 +21,11 @@ # bugs, add features, etc). # Note: Parameterized "functions" in this makefile that are marked with -# "USE WITH EVAL" are only useful in conjuction with eval. This is +# "USE WITH EVAL" are only useful in conjunction with eval. This is # because those functions result in a block of Makefile syntax that must # be evaluated after expansion. Since they must be used with eval, most # instances of "$" within them need to be escaped with a second "$" to -# accomodate the double expansion that occurs when eval is invoked. +# accommodate the double expansion that occurs when eval is invoked. # # You can watch what it's doing by: diff --git a/scripts/ci/ldap-setup.sh b/scripts/ci/ldap-setup.sh index 5b25a180d94..27111f78a29 100755 --- a/scripts/ci/ldap-setup.sh +++ b/scripts/ci/ldap-setup.sh @@ -134,7 +134,7 @@ for i in ${schema_src_dir}/*; do cp -n "${i}" "${schema_dir}/" done -# Copy over the auxilliary schemas +# Copy over the auxiliary schemas for i in "${aux_schema_src[@]}" ; do cp -n "${i}" "${schema_dir}/" done diff --git a/scripts/dhcp/rlm_iscfixed2ippool b/scripts/dhcp/rlm_iscfixed2ippool index 31c5c678f06..6ec5681e930 100755 --- a/scripts/dhcp/rlm_iscfixed2ippool +++ b/scripts/dhcp/rlm_iscfixed2ippool @@ -11,7 +11,7 @@ # Helper script to parse an ISC DHCP config file and extract fixed # leases for populating FreeRADIUS ippool tables. # -# This script reads an ISC DCHP config file and extracts any fixed +# This script reads an ISC DHCP config file and extracts any fixed # leases. If Net::DNS is available, then any host names are resolved. # The resulting list of hardware mac addresses and IP addresses are # then formatted as SQL to update a standard FreeRADIUS DHCP ippool