]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo
authorLele Gaifax <lele@metapensiero.it>
Mon, 5 May 2008 23:08:11 +0000 (23:08 +0000)
committerLele Gaifax <lele@metapensiero.it>
Mon, 5 May 2008 23:08:11 +0000 (23:08 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index f69cecf5a91f5f656e522829891f1b4c667f9c17..6daf143b04a9f4bf2d81002e7e18427f76a07cc9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -96,7 +96,7 @@ CHANGES
       PoolListener, your choice.
 
     - added "reset_on_return" option to Pool which will disable
-      the databsae state cleanup (eg. issuing a rollback()) when
+      the database state cleanup (eg. issuing a rollback()) when
       connections are returned to the pool.
 
 -ext