summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2022-01-05 16:37:11 +0000
committerJulian Andres Klode <jak@debian.org>2022-01-05 16:37:11 +0000
commit0ce8ea6f1920a700a088ab9815cf63197fcf4dfb (patch)
tree1b6bd910a7fbbe3dd8ce68732c626c3448a6cbf7 /apt-pkg/acquire.h
parenteac32564d294caf264cabb62c776444f973b111a (diff)
parent01eed4234440d82fc52c8186cf4268517bcd28bc (diff)
Merge branch 'spelling' into 'main'
Spelling fixes See merge request apt-team/apt!194
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r--apt-pkg/acquire.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h
index 09bb408bc..17b68768e 100644
--- a/apt-pkg/acquire.h
+++ b/apt-pkg/acquire.h
@@ -18,7 +18,7 @@
of multiple items from multiple sources as well as dynamic balancing
of load between the sources.
- Schedualing of downloads is done on a first ask first get basis. This
+ Scheduling of downloads is done on a first ask first get basis. This
preserves the order of the download as much as possible. And means the
fastest source will tend to process the largest number of files.