]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Fix typo in README 116/head
authorNicolas Kaiser <nikai@nikai.net>
Mon, 30 Nov 2015 23:10:06 +0000 (00:10 +0100)
committerNicolas Kaiser <nikai@nikai.net>
Mon, 30 Nov 2015 23:10:06 +0000 (00:10 +0100)
README

diff --git a/README b/README
index 594246827a6a7e3b80cde5c7aefa05e1feb9928d..243486ab4185de8f9643d1a4245173b61abe1ac7 100644 (file)
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ This code is based on two major, but independent, blocks:
     resolving package dependencies.
 
 The sat-solver code has been written to aim for the newest packages,
-record the decison tree to provide introspection, and also allows to
+record the decision tree to provide introspection, and also allows to
 provide the user with suggestions on how to deal with unsolvable
 problems. It also takes advantage of the repository storage to
 minimize memory usage.