diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kfileplacesmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kfileplacesmodel.cpp b/src/kfileplacesmodel.cpp index 38f36bb6f..cdbfee244 100644 --- a/src/kfileplacesmodel.cpp +++ b/src/kfileplacesmodel.cpp @@ -134,7 +134,7 @@ int KFilePlacesModel::rowCount(const QModelIndex &parent) const int KFilePlacesModel::columnCount(const QModelIndex &parent) const { Q_UNUSED(parent) - // We only know 1 information for a particualiar entry + // We only know 1 piece of information for a particular entry return 1; } |
