[graphics/digikam] /: codespell++
Gilles Caulier <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 6789ef6a514e30953f06f2b286f7e1d639d5cdbc by Gilles Caulier.
Committed on 24/07/2026 at 13:46.
Pushed by cgilles into branch 'master'.
codespell++
M +1 -1 NEWS
M +1 -1 core/tests/itemview/timelapsefilenamematch_utest.cpp
https://invent.kde.org/graphics/digikam/-/commit/6789ef6a514e30953f06f2b286f7e1d639d5cdbc
diff --git a/NEWS b/NEWS
index 3ce5886c30..9ad2907c68 100644
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,7 @@ Raw Support: Add support of Sony ARW6 CRAW HQ, Sony ILCE-7M5, and Canon R50 V.
BUGFIXES:
-001 --> 521193 - Survey tool shortcuts do not toggle labels with keyboard shorcuts.
+001 --> 521193 - Survey tool shortcuts do not toggle labels with keyboard shortcuts.
002 --> 518911 - digiKam terminates abnormally with signal 6/ABRT.
003 --> 521262 - Newly installed 9.1.0 crashes under Windows.
004 --> 521397 - Low-resolution/pixelated thumbnail generated for JXL images after internal editing (e.g., Local Contrast).
diff --git a/core/tests/itemview/timelapsefilenamematch_utest.cpp b/core/tests/itemview/timelapsefilenamematch_utest.cpp
index 1ad24e6323..1a4c35ad83 100644
--- a/core/tests/itemview/timelapsefilenamematch_utest.cpp
+++ b/core/tests/itemview/timelapsefilenamematch_utest.cpp
@@ -452,7 +452,7 @@ void TimelapseFilenameMatchTest::testDirectlyPreceeds()
const TimelapseFilenameMatch firstMatch(first);
const TimelapseFilenameMatch secondMatch(second);
- qCDebug(DIGIKAM_TESTS_LOG) << first << "directly preceeds" << second
+ qCDebug(DIGIKAM_TESTS_LOG) << first << "directly precedes" << second
<< firstMatch.directlyPreceeds(secondMatch);
QCOMPARE(firstMatch.directlyPreceeds(secondMatch), expected);