aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-06-09 13:44:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-06-09 13:44:57 +0200
commitfbc2ecb4b8f27501f7ea5ed6fe6bedea3bad1385 (patch)
treeb87d2e0ee68c7b2a196eb9c3aa26eb25d0ae01dc
parent4f54aea0a7a1735502c845524ae5d650eb630181 (diff)
Fix error message
-rw-r--r--odb/relational/sqlite/schema.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/sqlite/schema.cxx b/odb/relational/sqlite/schema.cxx
index 96eaf68..ac7ef1f 100644
--- a/odb/relational/sqlite/schema.cxx
+++ b/odb/relational/sqlite/schema.cxx
@@ -39,7 +39,7 @@ namespace relational
endl;
cerr << "info: first dropped column is '" << dc.name () <<
"' in table '" << dc.table ().name () << "'" << endl;
- cerr << "info: could have perform logical drop if the column " <<
+ cerr << "info: could have performed logical drop if the column " <<
"allowed NULL values" << endl;
throw operation_failed ();
}