summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-10-05 07:55:00 +0000
committerAurelien Foret <aurelien@archlinux.org>2005-10-05 07:55:00 +0000
commitb7e7bc352abf9e60bf670557767539f1633389dd (patch)
tree398e283ca9b165e60dbd3b9319cd60e7e3feb951 /README
parent033b318f8cf73a0f2b6cf6f0275be04d86ca44e7 (diff)
downloadpacman-b7e7bc352abf9e60bf670557767539f1633389dd.tar.gz
pacman-b7e7bc352abf9e60bf670557767539f1633389dd.zip
Fixed some typos
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index db345460..eb1d5657 100644
--- a/README
+++ b/README
@@ -89,7 +89,7 @@ Last, but not least, the handle holds a _unique_ transaction object.
[TRANSACTION] (see trans.c, and also alpm.c)
-The transaction sturcture permits easy manipulations of several package
+The transaction sturcture permits easy manipulations of several packages
at a time (i.e. adding, upgrade and removal operations).
A transaction can be initiatied with a type (ADD, UPGRADE or REMOVE),
@@ -140,9 +140,9 @@ Compared to pacman 2.9, there is now one cache object connected to each
database object.
There are both a package and a group cache.
The cache is loaded only on demand (i.e the cache is loaded the first
-time data from it should used).
+time data from it should be used).
-Note: the cache of a database is always destroyed by the library after
+Note: the cache of a database is always updated by the library after
an operation changing the database content (adding and/or removal of
packages).
Beware frontends ;)