┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kitemlistcontrollerexpandtest.cpp
diff options
context:
space:
mode:
authorKunda Ki <[email protected]>2025-09-03 12:04:13 +0000
committerKunda Ki <[email protected]>2025-09-03 12:04:13 +0000
commit479ce3a1641398a8506812300834666614013850 (patch)
treee137016cebe538153d07b010f350842d6c3a6f25 /src/tests/kitemlistcontrollerexpandtest.cpp
parent93dd0db2eeb1fc41013e87e73f7fbd1956f26cd6 (diff)
Fix several user-facing and non-user-facing typos
Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal`
Diffstat (limited to 'src/tests/kitemlistcontrollerexpandtest.cpp')
-rw-r--r--src/tests/kitemlistcontrollerexpandtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/kitemlistcontrollerexpandtest.cpp b/src/tests/kitemlistcontrollerexpandtest.cpp
index 05708f4d2..8f16251b4 100644
--- a/src/tests/kitemlistcontrollerexpandtest.cpp
+++ b/src/tests/kitemlistcontrollerexpandtest.cpp
@@ -110,7 +110,7 @@ void KItemListControllerExpandTest::testDirExpand()
QCOMPARE(m_view->itemLayout(), KFileItemListView::DetailsLayout);
m_view->setSupportsItemExpanding(true);
- // intial state
+ // initial state
QCOMPARE(m_spyDirectoryLoadingCompleted->count(), 1);
QCOMPARE(m_model->count(), 3);
QCOMPARE(m_selectionManager->currentItem(), 0);