summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-12-17 21:29:58 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-12-28 10:00:55 +0100
commit912666d7e5969aeec87163ad2b4083889008de18 (patch)
tree7c961b60aff19d001a6c54a6ef248a713dc94c3c /configmgr
parentf5d403114e222283161cba49cec1e9e89e16a0cb (diff)
Fix typo
Change-Id: Iabf8ef0fb5b9fd1d768b705b62db9083cec592c8 Reviewed-on: https://gerrit.libreoffice.org/65653 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'configmgr')
-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));