From 479ce3a1641398a8506812300834666614013850 Mon Sep 17 00:00:00 2001 From: Kunda Ki Date: Wed, 3 Sep 2025 12:04:13 +0000 Subject: Fix several user-facing and non-user-facing typos Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal` --- src/kitemviews/kfileitemlisttostring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kitemviews/kfileitemlisttostring.h') diff --git a/src/kitemviews/kfileitemlisttostring.h b/src/kitemviews/kfileitemlisttostring.h index 1cba1a43c..69ecd35a1 100644 --- a/src/kitemviews/kfileitemlisttostring.h +++ b/src/kitemviews/kfileitemlisttostring.h @@ -18,7 +18,7 @@ enum ItemsState { None, Selected }; * @brief Generates a textual representation of the given list of KFileItems. * * This method is especially useful to be very explicit about which items will be affected by an action. - * For example can a label for a delete button be enriched to say "Permanantly Delete `picture1` and `picture2`" + * For example can a label for a delete button be enriched to say "Permanently Delete `picture1` and `picture2`" * but also "Permanently Delete 7 Selected Folders" without requiring a huge amount of new translations for this. * * Unfortunately this doesn't always work. -- cgit v1.3.1