Skip to content

Commit 97c9740

Browse files
author
jef
committed
fix typos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15228 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d4f37ea commit 97c9740

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

scripts/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,4 @@ implementaed:implemented
450450
containging:containing
451451
intersecton:intersection
452452
intersectons:intersections
453+
secific:specific

src/app/qgstip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* \brief An QgsTip represents a tip generated by the
2929
* QgsTipFactory factory class to serve up tips to the user.
3030
* Tips can be generic, in which case they make no mention of
31-
* gui dialogs etc, or gui-secific in which case they may allude
31+
* gui dialogs etc, or gui-specific in which case they may allude
3232
* to features of the graphical user interface.
3333
* @see also QgsTipOfTheDay, QgsTipFactory
3434
*/

src/app/qgstipfactory.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
/** \ingroup app
2828
* \brief A factory class to serve up tips to the user.
2929
* Tips can be generic, in which case they make no mention of
30-
* gui dialogs etc, or gui-secific in which case they may allude
30+
* gui dialogs etc, or gui-specific in which case they may allude
3131
* to features of the graphical user interface.
3232
* @see also QgsTipOfTheDay, QgsTip
3333
*/
3434

3535
class QgsTipFactory : public QObject
3636
{
37-
Q_OBJECT //used for tr() so we dont need to do QObject::tr()
37+
Q_OBJECT //used for tr() so we don't need to do QObject::tr()
3838
public:
3939
/** Constructor */
4040
QgsTipFactory();

src/core/qgsclipper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class CORE_EXPORT QgsClipper
111111
//Implementation of 'Fast clipping' algorithm (Sobkow et al. 1987, Computers & Graphics Vol.11, 4, p.459-467)
112112
static bool clipLineSegment( double xLeft, double xRight, double yBottom, double yTop, double& x0, double& y0, double& x1, double& y1 );
113113

114-
/**Connects two lines splitted by the clip (by inserting points on the clip border)
114+
/**Connects two lines split by the clip (by inserting points on the clip border)
115115
@param x0 x-coordinate of the first line end
116116
@param y0 y-coordinate of the first line end
117117
@param x1 x-coordinate of the second line start

0 commit comments

Comments
 (0)