aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/mssql/statement.cxx2
1 files changed, 1 insertions, 1 deletions
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<size_t> (si);
c = chunk_last;