summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/macab/MacabRecords.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/macab/MacabRecords.cxx')
-rw-r--r--connectivity/source/drivers/macab/MacabRecords.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/macab/MacabRecords.cxx b/connectivity/source/drivers/macab/MacabRecords.cxx
index 0423a2c3bd14..7923ccb16142 100644
--- a/connectivity/source/drivers/macab/MacabRecords.cxx
+++ b/connectivity/source/drivers/macab/MacabRecords.cxx
@@ -90,7 +90,7 @@ MacabRecords::MacabRecords(const ABAddressBookRef _addressBook, MacabHeader *_he
* The idea is that the only reason to copy a MacabRecords is to create
* a filtered version of it, which can have the same length (to avoid
* resizing) and will work from the same base addressbook, but might have
- * entirey different values and even (possibly in the future) a different
+ * entirely different values and even (possibly in the future) a different
* header.
*/
MacabRecords::MacabRecords(const MacabRecords *_copy)
@@ -435,7 +435,7 @@ MacabHeader *MacabRecords::createHeaderForRecordType(const CFArrayRef _records,
}
}
- // Somehow, we got too many or too few non-requird properties...
+ // Somehow, we got too many or too few non-required properties...
// Most likely, one of the required properties no longer exists, which
// we also test later.
OSL_ENSURE(k == numNonRequiredProperties, "MacabRecords::createHeaderForRecordType: Found an unexpected number of non-required properties");