diff --git a/TODO b/TODO
index ee21c81..8d65f56 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ make_update_script_for_model:
 - update documentation
 - update repository migration script
 - wrap migration into transaction
-- interactive migration script resultion
+- interactive migration script resolution
 - readd transaction support
 
 - port to unittest2
diff --git a/test_db.cfg.tmpl b/test_db.cfg.tmpl
index e98ad81..1461967 100644
--- a/test_db.cfg.tmpl
+++ b/test_db.cfg.tmpl
@@ -8,7 +8,7 @@
 # The string '__tmp__' is substituted for a temporary file in each connection
 # string. This is useful for sqlite tests.
 sqlite:///__tmp__
-postgres://scott:tiger@localhost/test_migrate
+postgresql://scott:tiger@localhost/test_migrate
 mysql://scott:tiger@localhost/test_migrate
 oracle://scott:tiger@localhost
 # TODO: add firebird