[QGIS Commit] r15228 - in trunk/qgis: scripts src/app src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Feb 20 17:46:20 EST 2011


Author: jef
Date: 2011-02-20 14:46:20 -0800 (Sun, 20 Feb 2011)
New Revision: 15228

Modified:
   trunk/qgis/scripts/spelling.dat
   trunk/qgis/src/app/qgstip.h
   trunk/qgis/src/app/qgstipfactory.h
   trunk/qgis/src/core/qgsclipper.h
Log:
fix typos

Modified: trunk/qgis/scripts/spelling.dat
===================================================================
--- trunk/qgis/scripts/spelling.dat	2011-02-20 22:35:13 UTC (rev 15227)
+++ trunk/qgis/scripts/spelling.dat	2011-02-20 22:46:20 UTC (rev 15228)
@@ -450,3 +450,4 @@
 containging:containing
 intersecton:intersection
 intersectons:intersections
+secific:specific

Modified: trunk/qgis/src/app/qgstip.h
===================================================================
--- trunk/qgis/src/app/qgstip.h	2011-02-20 22:35:13 UTC (rev 15227)
+++ trunk/qgis/src/app/qgstip.h	2011-02-20 22:46:20 UTC (rev 15228)
@@ -28,7 +28,7 @@
 * \brief An QgsTip represents a tip generated by the
 * QgsTipFactory factory class to serve up tips to the user.
 * Tips can be generic, in which case they make no mention of
-* gui dialogs etc, or gui-secific in which case they may allude
+* gui dialogs etc, or gui-specific in which case they may allude
 * to features of the graphical user interface.
 * @see also QgsTipOfTheDay, QgsTipFactory
 */

Modified: trunk/qgis/src/app/qgstipfactory.h
===================================================================
--- trunk/qgis/src/app/qgstipfactory.h	2011-02-20 22:35:13 UTC (rev 15227)
+++ trunk/qgis/src/app/qgstipfactory.h	2011-02-20 22:46:20 UTC (rev 15228)
@@ -27,14 +27,14 @@
 /** \ingroup app
 * \brief A factory class to serve up tips to the user.
 * Tips can be generic, in which case they make no mention of
-* gui dialogs etc, or gui-secific in which case they may allude
+* gui dialogs etc, or gui-specific in which case they may allude
 * to features of the graphical user interface.
 * @see also QgsTipOfTheDay, QgsTip
 */
 
 class QgsTipFactory : public QObject
 {
-    Q_OBJECT //used for tr() so we dont need to do QObject::tr()
+    Q_OBJECT //used for tr() so we don't need to do QObject::tr()
   public:
     /** Constructor */
     QgsTipFactory();

Modified: trunk/qgis/src/core/qgsclipper.h
===================================================================
--- trunk/qgis/src/core/qgsclipper.h	2011-02-20 22:35:13 UTC (rev 15227)
+++ trunk/qgis/src/core/qgsclipper.h	2011-02-20 22:46:20 UTC (rev 15228)
@@ -111,7 +111,7 @@
     //Implementation of 'Fast clipping' algorithm (Sobkow et al. 1987, Computers & Graphics Vol.11, 4, p.459-467)
     static bool clipLineSegment( double xLeft, double xRight, double yBottom, double yTop, double& x0, double& y0, double& x1, double& y1 );
 
-    /**Connects two lines splitted by the clip (by inserting points on the clip border)
+    /**Connects two lines split by the clip (by inserting points on the clip border)
       @param x0 x-coordinate of the first line end
       @param y0 y-coordinate of the first line end
       @param x1 x-coordinate of the second line start



More information about the QGIS-commit mailing list