diff options
| author | Kevin Ottens <[email protected]> | 2007-04-02 11:52:35 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2007-04-02 11:52:35 +0000 |
| commit | cebf9958fdf31c4adcea289bfff832338c12fff3 (patch) | |
| tree | 65d7e50f24440039b085b27e528243060cdd1d3c | |
| parent | 574dd6422571b6ee1a459d94170f9a4a963c0c86 (diff) | |
Make it proper english. :-)
svn path=/trunk/KDE/kdebase/apps/; revision=649246
| -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; } |
