[Libreoffice-commits] core.git: configmgr/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Dec 28 09:01:19 UTC 2018


 configmgr/source/access.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 912666d7e5969aeec87163ad2b4083889008de18
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 17 21:29:58 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Dec 28 10:00:55 2018 +0100

    Fix typo
    
    Change-Id: Iabf8ef0fb5b9fd1d768b705b62db9083cec592c8
    Reviewed-on: https://gerrit.libreoffice.org/65653
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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));


More information about the Libreoffice-commits mailing list