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

New commits:
commit 912666d7e5969aeec87163ad2b4083889008de18
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Dec 17 21:29:58 2018 +0100
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to