Corrected spelling of accommodate in documentation and comments.

This commit is contained in:
martin-osborne
2015-04-06 17:03:35 +01:00
parent e26d1ffa13
commit 91dd5f8e44
6 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ class Data_API RowFormatter
/// Statement always has the ownership of the row formatter and shares
/// it with rows through RecordSet.
///
/// To accomodate for various formatting needs, a formatter can operate in two modes:
/// To accommodate for various formatting needs, a formatter can operate in two modes:
///
/// - progressive: formatted individual row strings are gemerated and returned from each
/// call to formatValues;

View File

@@ -131,7 +131,7 @@ public:
/// affected for all other statements (insert, update, delete).
/// If reset is true (default), the underlying bound storage is
/// reset and reused. In case of containers, this means they are
/// cleared and resized to accomodate the number of rows returned by
/// cleared and resized to accommodate the number of rows returned by
/// this execution step. When reset is false, data is appended to the
/// bound containers during multiple execute calls.