[QGIS Commit] r9140 - in trunk/qgis/src: app/composer core/sqlite3 plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Aug 23 18:33:20 EDT 2008


Author: jef
Date: 2008-08-23 18:33:20 -0400 (Sat, 23 Aug 2008)
New Revision: 9140

Modified:
   trunk/qgis/src/app/composer/qgscomposer.cpp
   trunk/qgis/src/app/composer/qgscomposer.h
   trunk/qgis/src/core/sqlite3/sqlite3.c
   trunk/qgis/src/core/sqlite3/sqlite3.h
   trunk/qgis/src/plugins/grass/qgsgrassedit.cpp
   trunk/qgis/src/plugins/grass/qgsgrassmapcalc.h
Log:
fix common typo

Modified: trunk/qgis/src/app/composer/qgscomposer.cpp
===================================================================
--- trunk/qgis/src/app/composer/qgscomposer.cpp	2008-08-23 22:31:48 UTC (rev 9139)
+++ trunk/qgis/src/app/composer/qgscomposer.cpp	2008-08-23 22:33:20 UTC (rev 9140)
@@ -422,7 +422,7 @@
     // << /PageSize [ %d %d ] >> setpagedevice
     // %d %d is width and height in points
 
-    // WARNING: If QCanvasView recieves repaint signal during the printing
+    // WARNING: If QCanvasView receives repaint signal during the printing
     // (e.g. covered by QPrinter::setup dialog) it breaks somehow drawing of QCanvas items
     // (for example not all features in the map are drawn.
     // I don't know how to stop temporarily updating, (I don't want to reimplement

Modified: trunk/qgis/src/app/composer/qgscomposer.h
===================================================================
--- trunk/qgis/src/app/composer/qgscomposer.h	2008-08-23 22:31:48 UTC (rev 9139)
+++ trunk/qgis/src/app/composer/qgscomposer.h	2008-08-23 22:33:20 UTC (rev 9140)
@@ -42,12 +42,12 @@
 /** \ingroup MapComposer
  * \brief A gui for composing a printable map.
  * The constructor creates empty composer, without compositions and mFirstTime set to true.
- * - if signal projectRead() is recieved all old compositions are deleted and
+ * - if signal projectRead() is received all old compositions are deleted and
  *     - if the composition exists in project it is created from project settings (mFirstTime set to false)
  *     - if the composition does not exist in project
  *         - if the composer is visible new default composition is created (mFirstTime set to false)
  *         - if the composer is not visible the composer is left empty (mFirstTime set to true)
- * - if signal newProject() is recieved all old compositions are deleted and
+ * - if signal newProject() is received all old compositions are deleted and
  *     - if the composer is visible a new default composition is created (mFirstTime set to false)
  *     - if the composer is not visible the composer is left empty (mFirstTime set to true)
  *

Modified: trunk/qgis/src/core/sqlite3/sqlite3.c
===================================================================
--- trunk/qgis/src/core/sqlite3/sqlite3.c	2008-08-23 22:31:48 UTC (rev 9139)
+++ trunk/qgis/src/core/sqlite3/sqlite3.c	2008-08-23 22:33:20 UTC (rev 9140)
@@ -3986,7 +3986,7 @@
   ** be deallocated after sqlite3_result_value() returns without harm.
   **
   ** {U16491} These routines are called from within the different thread
-  ** than the one containing the application-defined function that recieved
+  ** than the one containing the application-defined function that received
   ** the [sqlite3_context] pointer, the results are undefined.
   */
   SQLITE_API void sqlite3_result_blob( sqlite3_context*, const void*, int, void( * )( void* ) );

Modified: trunk/qgis/src/core/sqlite3/sqlite3.h
===================================================================
--- trunk/qgis/src/core/sqlite3/sqlite3.h	2008-08-23 22:31:48 UTC (rev 9139)
+++ trunk/qgis/src/core/sqlite3/sqlite3.h	2008-08-23 22:33:20 UTC (rev 9140)
@@ -3620,7 +3620,7 @@
   ** be deallocated after sqlite3_result_value() returns without harm.
   **
   ** {U16491} These routines are called from within the different thread
-  ** than the one containing the application-defined function that recieved
+  ** than the one containing the application-defined function that received
   ** the [sqlite3_context] pointer, the results are undefined.
   */
   void sqlite3_result_blob( sqlite3_context*, const void*, int, void( * )( void* ) );

Modified: trunk/qgis/src/plugins/grass/qgsgrassedit.cpp
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrassedit.cpp	2008-08-23 22:31:48 UTC (rev 9139)
+++ trunk/qgis/src/plugins/grass/qgsgrassedit.cpp	2008-08-23 22:33:20 UTC (rev 9140)
@@ -1310,7 +1310,7 @@
   Vect_reset_line( mEditPoints );
   mSelectedLine = 0;
 
-  // TODO: mTool != NEW_LINE is a hack for lines until more buttons can be recieved
+  // TODO: mTool != NEW_LINE is a hack for lines until more buttons can be received
   if ( mAttributes && mTool != QgsGrassEdit::NEW_LINE && mTool != QgsGrassEdit::NEW_BOUNDARY )
   {
     delete mAttributes;

Modified: trunk/qgis/src/plugins/grass/qgsgrassmapcalc.h
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrassmapcalc.h	2008-08-23 22:31:48 UTC (rev 9139)
+++ trunk/qgis/src/plugins/grass/qgsgrassmapcalc.h	2008-08-23 22:33:20 UTC (rev 9140)
@@ -93,13 +93,13 @@
     bool inputRegion( struct Cell_head *window, bool all );
     QStringList output( int type );
 
-    /** \brief recieves contentsMousePressEvent from view */
+    /** \brief receives contentsMousePressEvent from view */
     void contentsMousePressEvent( QMouseEvent* );
 
-    /** \brief recieves contentsMouseReleaseEvent from view */
+    /** \brief receives contentsMouseReleaseEvent from view */
     void contentsMouseReleaseEvent( QMouseEvent* );
 
-    /** \brief recieves contentsMouseMoveEvent from view */
+    /** \brief receives contentsMouseMoveEvent from view */
     void contentsMouseMoveEvent( QMouseEvent* );
 
     void keyPressEvent( QKeyEvent * e );



More information about the QGIS-commit mailing list