summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDenis Mosolov <denismosolov@gmail.com>2020-01-07 21:07:31 +0000
committerJulian Andres Klode <jak@debian.org>2020-01-07 21:07:31 +0000
commit0add28f2977b00916cda99709693a183318e3658 (patch)
treef72b747a809bc3a0de516a0917c425b22b8e1aea /README.md
parentf2ad6eb0c579f1c825aa1efec192b4d4eb5e6171 (diff)
Fix typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ce07498cd..c3db28e45 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ APT works in its internal resolver in two stages: First all packages are visited
and marked for installation, keep back or removal. Option `Debug::pkgDepCache::Marker`
shows this. This also decides which packages are to be installed to satisfy dependencies,
which can be seen by `Debug::pkgDepCache::AutoInstall`. After this is done, we might
-be in a situation in which two packages want to be installed, but only on of them can be.
+be in a situation in which two packages want to be installed, but only one of them can be.
It is the job of the `pkgProblemResolver` to decide which of two packages 'wins' and can
therefore decide what has to happen. You can see the contenders as well as their fight and
the resulting resolution with `Debug::pkgProblemResolver`.
@@ -190,7 +190,7 @@ webserver for simpler and more controlled testing.
### Installation order
-Dependencies are solved, packages downloaded: Everything read for the installation!
+Dependencies are solved, packages downloaded: Everything is ready for the installation!
The last step in the chain is often forgotten, but still very important:
Packages have to be installed in a particular order so that their dependencies are
satisfied, but at the same time you don't want to install very important and optional