# 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:
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
# 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