From: Nicolas Kaiser Date: Mon, 30 Nov 2015 23:10:06 +0000 (+0100) Subject: Fix typo in README X-Git-Tag: 0.6.15~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F116%2Fhead;p=thirdparty%2Flibsolv.git Fix typo in README --- diff --git a/README b/README index 59424682..243486ab 100644 --- 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.