summaryrefslogtreecommitdiff
path: root/dselect/methods
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2017-02-26 22:14:52 +0000
committerGuillem Jover <guillem@debian.org>2017-05-06 17:49:12 +0200
commitb46c8ba6504ab341d74e61f003124d772a3f3875 (patch)
treedae22bc641a6ea6278096919164aa875b34e9fa8 /dselect/methods
parent4137592923011e34c865d34d202a02871c3840aa (diff)
downloaddpkg-b46c8ba6504ab341d74e61f003124d772a3f3875.tar.gz
doc: Spelling fixes
Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'dselect/methods')
-rwxr-xr-xdselect/methods/floppy/update2
-rwxr-xr-xdselect/methods/ftp/install.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/dselect/methods/floppy/update b/dselect/methods/floppy/update
index 463f82050..890ea1519 100755
--- a/dselect/methods/floppy/update
+++ b/dselect/methods/floppy/update
@@ -84,6 +84,6 @@ Insert a disk containing a Packages file, or type q to quit. '
done
echo '
-OK, continuting with installation.'
+OK, continuing with installation.'
xit=0
diff --git a/dselect/methods/ftp/install.pl b/dselect/methods/ftp/install.pl
index 1dddb602c..2eb9f16a8 100755
--- a/dselect/methods/ftp/install.pl
+++ b/dselect/methods/ftp/install.pl
@@ -217,7 +217,7 @@ sub md5sum($) {
# construct list of files to get
# hash of filenames => size of downloaded part
-# query user for each paritial file
+# query user for each partial file
print "\nConstructing list of files to get...\n";
my %downloads;
my ($dir, @info, @files, $csize, $size);