refactor: Fix typo

This commit is contained in:
Lars Toenning
2025-03-24 08:48:00 +01:00
parent f5fb78b61e
commit 20aa5d6f36

View File

@@ -89,8 +89,7 @@ namespace swift::gui::models
// Upfront checking avoids unnecessary data fetching
if (!formatter || !formatter->supportsRole(role)) { return CListModelBaseNonTemplate::data(index, role); }
// index, updront checking
// index, upfront checking
const int row = index.row();
const int col = index.column();
const CPropertyIndex propertyIndex = this->columnToPropertyIndex(col);