]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typos in assorted build files
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Thu, 21 Dec 2023 09:46:35 +0000 (10:46 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 21 Dec 2023 10:54:50 +0000 (10:54 +0000)
Misspellings found by codespell.

I have left out generated files such as:
configure
debian/rules

configure.ac
debian/freeradius.default
redhat/freeradius.spec
redhat/openssl/freeradius-openssl.spec
version.sh

index 14287b5e513745c9205bff96ad43dd30711851f3..79245759481509da3522c92d7f7164e023f2a4a9 100644 (file)
@@ -431,7 +431,7 @@ dnl   sed -e 's%src/modules/.*/% (sub)- %; s%.*/%- %' |\
 dnl   awk '{print "                            "$0}']))
 
 AC_ARG_ENABLE(strict-dependencies,
-[  --enable-strict-dependencies  fail configure on lack of module dependancy.])
+[  --enable-strict-dependencies  fail configure on lack of module dependency.])
 
 AC_ARG_ENABLE(werror,
 [  --enable-werror         causes the build to fail if any warnings are generated.],
@@ -1970,7 +1970,7 @@ if test "x$developer" = "xyes"; then
   fi
 
   dnl #
-  dnl #  Can't use mutliple -fsanitize flags, so we need to combine
+  dnl #  Can't use multiple -fsanitize flags, so we need to combine
   dnl #  the values into one.
   dnl #
   fsanitizeflags=
@@ -2653,7 +2653,7 @@ case "$target" in
     dnl #  and LLDB throws an EXC_BAD_INSTRUCTION exception.
     dnl #
     dnl #  OpenSSL installs a SIGILL handler to catch the signal but this
-    dnl #  is also overriden by lldb.
+    dnl #  is also overridden by lldb.
     dnl #
     dnl #  To allow us to debug on macOS + LLDB + ARM we need to ignore
     dnl #  this exception and ignore SIGILL.
index ac4cb68636d13030a76f2135b9ac0ed0c107a996..0ccd40e5c00b3af9312c87f9c67f4be45edd32e2 100644 (file)
@@ -1,4 +1,4 @@
-# Options passed to the FreeRADIUS deamon.
+# Options passed to the FreeRADIUS daemon.
 #
 FREERADIUS_OPTIONS=""
 
index a252716f4242e1177b64ddbec971e63a97e72579..b91c5868e3c8af8470ee944b70a6affd3c11240a 100644 (file)
@@ -33,7 +33,7 @@
 # Enable asserts and additional debugging
 %bcond_with developer
 
-# Enable various clang/gcc debugging tool sypport
+# Enable various clang/gcc debugging tool support
 %bcond_with address_sanitizer
 %bcond_with leak_sanitizer
 %bcond_with thread_sanitizer
index 0908438f167a32cc103e9faa0bbd53b60fe3792b..ec74e0df2d09fa245467bbb98cf3a2ad0e12062b 100644 (file)
@@ -123,7 +123,7 @@ sslarch=linux-ppc64
 # ia64, x86_64, ppc are OK by default
 # Configure the build tree.  Override OpenSSL defaults with known-good defaults
 # usable on all platforms.  The Configure script already knows to use -fPIC and
-# RPM_OPT_FLAGS, so we can skip specifiying them here.
+# RPM_OPT_FLAGS, so we can skip specifying them here.
 ./Configure \
        --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
        zlib enable-camellia enable-seed enable-rfc3779 \
index 44aabfba0fb233bfa82eb8dfa17245d2475e3bb9..dfc3b03e67211536944b50172a0630e827c3d76f 100755 (executable)
@@ -105,7 +105,7 @@ version_component()
                )
        ;;
 
-       # - If $RELEASE is set, that takes precendence
+       # - If $RELEASE is set, that takes precedence
        # - Otherwise if a RELEASE file is present, then release = 1.
        # - If we're in a git repo
        #    - If there's a release_* tag matching the current commit,