From 729dfc53117b56115a39890899ea5e0be0cc3560 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Aug 2012 09:54:50 +0200 Subject: Fix typo in comment --- odb/mssql/statement.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/mssql/statement.cxx') diff --git a/odb/mssql/statement.cxx b/odb/mssql/statement.cxx index e6cd7b8..079d7f8 100644 --- a/odb/mssql/statement.cxx +++ b/odb/mssql/statement.cxx @@ -666,7 +666,7 @@ namespace odb assert (si != SQL_NO_TOTAL); // Actual amount of data copied to the buffer (appears not to - // include the NULL teminator). + // include the NULL terminator). // size = static_cast (si); c = chunk_last; -- cgit v1.1