make it compile

This commit is contained in:
Bernhard Amann 2012-12-03 13:46:48 -08:00
parent 2d7ffd8269
commit 70a532e898
2 changed files with 1 additions and 2 deletions

View file

@ -294,7 +294,7 @@ void SQLite::ValToAscii(ODesc* desc, Value* val)
case TYPE_VECTOR:
assert(false);
// this would mean that we have a table/vector inside a table/vector.
// that is not possible and shoulr have been caught way earlier.
// that is not possible and should have been caught way earlier.
default:
// there may not be any types that we do not know here.