aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-14 11:52:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-14 11:52:58 +0200
commit5c836364144998dcd2d798f6bc404b0f0efddf5c (patch)
tree10f2d4682806ea863799a47336ff6f1061670e04
parent6fc9edcb2c54d395ea5d9a77bde882cd8ba9ec03 (diff)
Fix typo in manual
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 13eb954..c89cb28 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -12939,7 +12939,7 @@ main ()
{
transaction t (db.begin ());
schema_catalog::migrate (db);
- t.end ();
+ t.commit ();
}
...