From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 25 Jan 2024 22:07:17 +0000 (+0100) Subject: Fix typos in debian X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198cdef00d85c0e7763dbd53b751114dd1558824;p=thirdparty%2Ffreeradius-server.git Fix typos in debian Misspellings found by codespell. --- diff --git a/debian/rules b/debian/rules index 4243b632f8f..d9dce36948c 100755 --- a/debian/rules +++ b/debian/rules @@ -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