summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.h
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-11-04 00:08:07 +0200
committerVille Skyttä <ville.skytta@iki.fi>2021-11-27 12:22:38 +0200
commit01eed4234440d82fc52c8186cf4268517bcd28bc (patch)
tree0a21bc964c35024494df59a1ee186520b61ca6eb /apt-pkg/acquire.h
parent2662f6f255a2f1fee25632dc7666d4153bf5248c (diff)
Spelling fixes
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.