]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Grammar
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Apr 2023 03:28:50 +0000 (13:28 +1000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Apr 2023 03:28:50 +0000 (13:28 +1000)
redhat/freeradius.spec

index b80d8c5a8b6f3dd6ad42600f5d574a9b0de895cd..378a70b65d99db920b0fbed3ea232c38698d2dd7 100644 (file)
@@ -598,7 +598,7 @@ export LDFLAGS="-Wl,--build-id"
 export RADIUSD_VERSION_RELEASE="%{release}"
 %endif
 
-# Due to an autoconf quirk --with-modules=<module> and --without-<module> is actually correct
+# Due to an autoconf quirk --with-modules=<module> and --without-<module> are actually correct.
 # --with-modules forms the module list we want to explicitly configure, and --without-<module>
 # is ignored by the main configure script, but passed down to the individual configure scripts
 # where it's used to turn the configure run for the module into a noop.