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

debian/rules

index 4243b632f8ffbbffe41db2f96ff747f9044bd49a..d9dce36948c70393a1cf427e914a29c61f96c0d7 100755 (executable)
@@ -223,11 +223,11 @@ binary-common:
        dh_md5sums
        dh_builddeb
 
-# Build architecture independant packages using the common target.
+# Build architecture independent packages using the common target.
 binary-indep: build-indep install-indep
        $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
 
-# Build architecture dependant packages using the common target.
+# Build architecture dependent packages using the common target.
 binary-arch: build-arch install-arch
        $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common