diff --git a/gdbm.changes b/gdbm.changes index 7ddb6f0..69ba5fc 100644 --- a/gdbm.changes +++ b/gdbm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 2 12:56:37 UTC 2012 - andrea.turrini@gmail.com + +- Fixed typos in gdbm.spec descriptions + ------------------------------------------------------------------- Tue Feb 7 08:02:10 UTC 2012 - coolo@suse.com diff --git a/gdbm.spec b/gdbm.spec index 24b8d59..48f0429 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -51,10 +51,10 @@ key must be unique and each key is paired with only one data item. The library provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its -data. It also support sequential iteration over all key/data pairs in +data. It also supports sequential iteration over all key/data pairs in a database. -For compatibility with programs using old UNIX dbm function, the +For compatibility with programs using old UNIX dbm functions, the package also provides traditional dbm and ndbm interfaces. %package -n %lname @@ -76,10 +76,10 @@ key must be unique and each key is paired with only one data item. The library provides primitives for storing key/data pairs, searching and retrieving the data by its key and deleting a key along with its -data. It also support sequential iteration over all key/data pairs in +data. It also supports sequential iteration over all key/data pairs in a database. -For compatibility with programs using old UNIX dbm function, the +For compatibility with programs using old UNIX dbm functions, the package also provides traditional dbm and ndbm interfaces. %package devel