diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-08-15 09:54:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-08-15 09:54:50 +0200 |
commit | 729dfc53117b56115a39890899ea5e0be0cc3560 (patch) | |
tree | 68fd32c62b83424ee3d43390165358dc1d5d1dd0 | |
parent | eb9c5487f52d111bb85f03b62d552dd7982f2eec (diff) |
Fix typo in comment
-rw-r--r-- | odb/mssql/statement.cxx | 2 |
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; |