comphelper/source/misc/threadpool.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f9c57cae202818258b416b4ca28040a44e8887c2
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Feb 11 18:00:00 2019 +0000
Commit:     Julien Nabet <[email protected]>
CommitDate: Tue Feb 12 07:23:34 2019 +0100

    Fix typo
    
    Change-Id: I7532eeb8845180e2fdf3031e3713480a9fdc1269
    Reviewed-on: https://gerrit.libreoffice.org/67709
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/comphelper/source/misc/threadpool.cxx 
b/comphelper/source/misc/threadpool.cxx
index 46c144af8dfd..d0178e9aa9a7 100644
--- a/comphelper/source/misc/threadpool.cxx
+++ b/comphelper/source/misc/threadpool.cxx
@@ -116,7 +116,7 @@ sal_Int32 ThreadPool::getPreferredConcurrency()
         const char *pEnv = getenv("MAX_CONCURRENCY");
         if (pEnv != nullptr)
         {
-            // Override with user/admin preferrence.
+            // Override with user/admin preference.
             nThreads = rtl_str_toInt32(pEnv, 10);
         }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to