summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configmgr/source/access.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/access.cxx b/configmgr/source/access.cxx
index 7bbd1b05e287..90d95ec87759 100644
--- a/configmgr/source/access.cxx
+++ b/configmgr/source/access.cxx
@@ -1381,7 +1381,7 @@ rtl::Reference< ChildAccess > Access::getChild(OUString const & name) {
("access best-matching localized property value via \"*<locale>\""
" with empty <locale>; falling back to defaults"));
if (!locale.isEmpty()) {
- // Find best match using an adaption of RFC 4647 lookup matching
+ // Find best match using an adaptation of RFC 4647 lookup matching
// rules, removing "-" or "_" delimited segments from the end:
for (;;) {
rtl::Reference< ChildAccess > child(getChild(locale));