aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ();
}