diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbwidgets/itemviews/hbgriditemcontainer_p_p.cpp --- a/src/hbwidgets/itemviews/hbgriditemcontainer_p_p.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbwidgets/itemviews/hbgriditemcontainer_p_p.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -63,7 +63,7 @@ qreal HbGridItemContainerPrivate::getDiffWithoutScrollareaCompensation(const QPointF &delta) const { - // substract invisible space from delta - part of scrolling that can + // subtract invisible space from delta - part of scrolling that can // be done by scroll area Q_Q(const HbGridItemContainer); const QSizeF containerSize(q->size()); @@ -547,7 +547,7 @@ QModelIndex index; if (mItems.size() == 0) { // in case when buffer was empty and to be sure - // it allways has at least one item - to make rest + // it always has at least one item - to make rest // code simpler index = mItemView->model()->index(startingIndex, 0); if (index.isValid()) {