summaryrefslogtreecommitdiffstats
path: root/src/library/browse/foldertreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/browse/foldertreemodel.cpp')
-rw-r--r--src/library/browse/foldertreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/browse/foldertreemodel.cpp b/src/library/browse/foldertreemodel.cpp
index ed1473fe2d..c4351333d6 100644
--- a/src/library/browse/foldertreemodel.cpp
+++ b/src/library/browse/foldertreemodel.cpp
@@ -34,7 +34,7 @@ FolderTreeModel::~FolderTreeModel() {
*/
bool FolderTreeModel::hasChildren(const QModelIndex& parent) const {
TreeItem *item = static_cast<TreeItem*>(parent.internalPointer());
- /* Usually the child count is 0 becuase we do lazy initalization
+ /* Usually the child count is 0 because we do lazy initialization
* However, for, buid-in items such as 'Quick Links' there exist
* child items at init time
*/