summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-10 16:56:44 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-11 07:04:42 +0200
commit80ff1ba2e16dcabd304b8968a3830a9c3dc9187e (patch)
tree8f0a4623468396e6163347af5cbae89941361923 /connectivity
parent23beb583b86877e1fbac75bf2737bab08c430e8b (diff)
Fix typo
Change-Id: I2ad6228e21dd51be90a289cc438cf640d453d8d7 Reviewed-on: https://gerrit.libreoffice.org/73788 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/macab/MacabRecords.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabRecords.cxx b/connectivity/source/drivers/macab/MacabRecords.cxx
index 58695a8701ff..fa9ba34b86ef 100644
--- a/connectivity/source/drivers/macab/MacabRecords.cxx
+++ b/connectivity/source/drivers/macab/MacabRecords.cxx
@@ -353,7 +353,7 @@ MacabHeader *MacabRecords::createHeaderForRecordType(const CFArrayRef _records,
*
* Note: with the addition of required properties, I am not sure that
* this method still works for kABGroupRecordType (since the required
- * properites are all for kABPersonRecordType).
+ * properties are all for kABPersonRecordType).
*
* Note: required properties are constructed in the method
* bootstrap_requiredProperties() (above).