diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-07-20 15:57:53 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-07-20 16:14:10 +0200 |
commit | f3bb1bd0390407cdc0e807cd9789f5d464034479 (patch) | |
tree | b4f0a5dea4b9f4814bbdec5f1809dec532b9d458 /packages | |
parent | 20a44a5c66960db55803e8a24a3f855a7462adf1 (diff) | |
download | strongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.bz2 strongswan-f3bb1bd0390407cdc0e807cd9789f5d464034479.tar.xz |
Fixed common misspellings.
Mostly found by 'codespell'.
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/maemo-applet/debian/rules | 4 | ||||
-rwxr-xr-x | packages/maemo-strongswan/debian/rules | 4 | ||||
-rw-r--r-- | packages/network-manager-strongswan/debian/control | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/packages/maemo-applet/debian/rules b/packages/maemo-applet/debian/rules index d05be0506..bd5046c8d 100755 --- a/packages/maemo-applet/debian/rules +++ b/packages/maemo-applet/debian/rules @@ -110,11 +110,11 @@ binary-common: dh_gencontrol 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 $(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 $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common diff --git a/packages/maemo-strongswan/debian/rules b/packages/maemo-strongswan/debian/rules index 323b41340..adbb0cc6f 100755 --- a/packages/maemo-strongswan/debian/rules +++ b/packages/maemo-strongswan/debian/rules @@ -130,11 +130,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 $(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 $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common diff --git a/packages/network-manager-strongswan/debian/control b/packages/network-manager-strongswan/debian/control index d3b35f431..f471d2b08 100644 --- a/packages/network-manager-strongswan/debian/control +++ b/packages/network-manager-strongswan/debian/control @@ -23,7 +23,7 @@ Depends: strongswan-nm, strongswan-eap-gtc, strongswan-eap-md5, strongswan-eap-m Description: network management framework (strongSwan plugin) NetworkManager attempts to keep an active network connection available at all times. It is intended primarily for laptops where it allows easy - switching betwen local wireless networks, it's also useful on desktops + switching between local wireless networks, it's also useful on desktops with a selection of different interfaces to use. It is not intended for usage on servers. . |