]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typos in scripts
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Thu, 25 Jan 2024 21:58:06 +0000 (22:58 +0100)
committerAlan DeKok <aland@freeradius.org>
Thu, 25 Jan 2024 23:02:22 +0000 (18:02 -0500)
Misspellings found by codespell.

scripts/boiler.mk
scripts/ci/ldap-setup.sh
scripts/dhcp/rlm_iscfixed2ippool

index 560c61d52ff3d0d992536deaf42e3926123235c0..fa6a241a8b503c4c1a7827a04ddb3bb9ddac7f63 100644 (file)
 #          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:
index 5b25a180d94e1dfc777690c348f8661f2ebf49a2..27111f78a2978d86b289149738d6c3b027a3a96c 100755 (executable)
@@ -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
index 31c5c678f06d7334cca30efecb329da4108a9725..6ec5681e9302f22dcd601e9904a4ce1ab5fed617 100755 (executable)
@@ -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