diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/macab/MacabResultSet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabResultSet.cxx b/connectivity/source/drivers/macab/MacabResultSet.cxx index a9d98fb8f6a3..c125af2d6afc 100644 --- a/connectivity/source/drivers/macab/MacabResultSet.cxx +++ b/connectivity/source/drivers/macab/MacabResultSet.cxx @@ -83,7 +83,7 @@ void MacabResultSet::someMacabRecords(const MacabCondition *pCondition) delete m_aMacabRecords; // The copy constructor copies everything but records (including the - // maximum alloted size, which means that we'll never have to resize) + // maximum allocated size, which means that we'll never have to resize) m_aMacabRecords = new MacabRecords(allRecords); if(pCondition->isAlwaysFalse()) |