summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKlaus Kaempf <kkaempf@suse.de>2007-11-28 09:53:44 +0000
committerKlaus Kaempf <kkaempf@suse.de>2007-11-28 09:53:44 +0000
commit9f9f1427010705d78819e73961c0ead8879a7bd6 (patch)
tree9102fea5e1fb90e6260d3648891bbdd8cb719f00 /README
parent0089626560eb5ecd80a384146c64f47d3128cfca (diff)
downloadlibsolv-9f9f1427010705d78819e73961c0ead8879a7bd6.tar.gz
libsolv-9f9f1427010705d78819e73961c0ead8879a7bd6.tar.bz2
libsolv-9f9f1427010705d78819e73961c0ead8879a7bd6.zip
fix typo
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3e15207..10aad1f 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ This code is based on two major, but independent, blocks
1. Using a dictionary approach to store and retrieve package
and dependency information.
-2. Using satisfyability, a well known and researched topic, for
+2. Using satisfiability, a well known and researched topic, for
computing package dependencies.