Merge branch 'master' of ssh://camlistore.org:29418/camlistore

This commit is contained in:
Brad Fitzpatrick 2011-08-25 17:33:46 +04:00
commit df6b7ac86e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Goals of the db and db/dbimpl packages:
Database Driver -> db (to register) + dbimpl (implement interfaces)
* To type casting/conversions consistently between all drivers. To
acheive this, most of the type conversions are done in the db
achieve this, most of the type conversions are done in the db
package, not in each driver. The drivers then only have to deal
with a smaller set of types.