From fbc2ecb4b8f27501f7ea5ed6fe6bedea3bad1385 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Jun 2014 13:44:57 +0200 Subject: Fix error message --- odb/relational/sqlite/schema.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') 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 (); } -- cgit v1.1