From f8429bbf03ca5d8035f2af674291877cad3313a7 Mon Sep 17 00:00:00 2001 From: mpl Date: Wed, 24 Aug 2011 23:10:28 +0200 Subject: [PATCH] tiny typo Change-Id: I2aec96e56c056be976528c5c2e81e8fc03d4a29a --- lib/go/camli/db/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/go/camli/db/doc.txt b/lib/go/camli/db/doc.txt index 1d0a46ed1..dbd0df978 100644 --- a/lib/go/camli/db/doc.txt +++ b/lib/go/camli/db/doc.txt @@ -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.