src/hbwidgets/itemviews/hbgriditemcontainer_p.cpp
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 28 b7da29130b0e
--- a/src/hbwidgets/itemviews/hbgriditemcontainer_p.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbwidgets/itemviews/hbgriditemcontainer_p.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -154,7 +154,7 @@
     Set model indexes starting from \a startIndex. If \a startIndex is not
     a index of first item in a row, then it is calculated automatically 
     (prevent) from different content looking (grid items arrangement should be
-    always the same). If there is not enought items function fetch data that
+    always the same). If there is not enough items function fetch data that
     are before \a startIndex. After calling this function item, with specified 
     index is in container but it position depends on model size.
     If \a startIndex is invlaid then container is filled starting from first 
@@ -528,12 +528,12 @@
 
 /*!
     \reimp
-    In grid case items are allways same size
+    In grid case items are always same size
 */
 void HbGridItemContainer::setUniformItemSizes(bool enable)
 {
     Q_UNUSED(enable);
-    // d->mUniformItemSizes - allways true
+    // d->mUniformItemSizes - always true
 }
 
 /*!