diff options
| author | luz paz <[email protected]> | 2021-12-06 07:59:23 -0500 |
|---|---|---|
| committer | luz paz <[email protected]> | 2021-12-06 07:59:23 -0500 |
| commit | fde79c09cb9ae5991d6b36c7c1d125628f2c7914 (patch) | |
| tree | 1efba5edbc29379fdc5a54325422a1ac53aa1eb1 /src/kitemviews/kitemlistview.h | |
| parent | 73e919a4f3fc429b76cc9be2e55d6a000df620e1 (diff) | |
Fix various typos
Found via `codespell -q 3 -S *.desktop,*.xml`
Diffstat (limited to 'src/kitemviews/kitemlistview.h')
| -rw-r--r-- | src/kitemviews/kitemlistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kitemviews/kitemlistview.h b/src/kitemviews/kitemlistview.h index 760e0a415..e28487b27 100644 --- a/src/kitemviews/kitemlistview.h +++ b/src/kitemviews/kitemlistview.h @@ -597,7 +597,7 @@ private: /** * Resizes the column-widths of m_headerWidget based on the preferred widths - * and the vailable view-size. + * and the available view-size. */ void applyAutomaticColumnWidths(); @@ -873,7 +873,7 @@ qreal KItemListWidgetCreator<T>::preferredRoleColumnWidth(const QByteArray& role * @brief Base class for creating KItemListGroupHeaders. * * It is recommended that applications simply use the KItemListGroupHeaderCreator-template class. - * For a custom implementation the methods create() and recyle() must be reimplemented. + * For a custom implementation the methods create() and recycle() must be reimplemented. * The intention of the group-header creator is to prevent repetitive and expensive instantiations and * deletions of KItemListGroupHeaders by recycling existing header instances. */ |
