summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-09-22 10:59:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-09-22 13:27:08 +0200
commit6a20b266a6e2cfc46f4fd03a4955199ed16b5bce (patch)
tree10eb7b129a472571dec3d32958342b8eeb33419d /extensions
parentofz: MemorySanitizer: use-of-uninitialized-value (diff)
downloadcore-6a20b266a6e2cfc46f4fd03a4955199ed16b5bce.tar.gz
core-6a20b266a6e2cfc46f4fd03a4955199ed16b5bce.zip
lock older -> lock order
Change-Id: I50d2a73e6b95516f421fb71028af67fe116949d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122425 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 99aa5f624889..b9b64a4dfb9c 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -814,7 +814,7 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues,
bool downloadPaused = aModel.isDownloadPaused();
enableDownload(true, downloadPaused);
- // coverity[lock_order : FALSE] - incorrect report of lock older error with std::recursive_mutex
+ // coverity[lock_order : FALSE] - incorrect report of lock order error with std::recursive_mutex
setUIState(downloadPaused ? UPDATESTATE_DOWNLOAD_PAUSED : UPDATESTATE_DOWNLOADING);
}