diff options
author | Guillem Jover <guillem@debian.org> | 2017-01-22 19:53:47 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-01-22 22:55:29 +0100 |
commit | 83b5b8fe54f21dec140282ee4a2ea01b90b6b6a5 (patch) | |
tree | 37af0021f6f230b871e0265ae05752e7a8c0d75b /dselect/methods | |
parent | cd9f688ca4bfd49e6574e2842dbd514459e84569 (diff) | |
download | dpkg-83b5b8fe54f21dec140282ee4a2ea01b90b6b6a5.tar.gz |
doc: Fix typos in documentation and code comments
Warned-by: codespell, spellintian
Diffstat (limited to 'dselect/methods')
-rwxr-xr-x | dselect/methods/disk/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/methods/disk/setup b/dselect/methods/disk/setup index 0ee15bcaa..b6ea82ac8 100755 --- a/dselect/methods/disk/setup +++ b/dselect/methods/disk/setup @@ -434,7 +434,7 @@ esac check_binary () { # args: area-in-messages directory # eg: main "$hierbase/main/binary-$iarch" - # checks wether $2 contains *.deb + # checks whether $2 contains *.deb if ! [ -d "$mountpoint$2/" ] then echo "'$2' does not exist." |