Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15228 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 20, 2011
1 parent d4f37ea commit 97c9740
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions scripts/spelling.dat
Expand Up @@ -450,3 +450,4 @@ implementaed:implemented
containging:containing
intersecton:intersection
intersectons:intersections
secific:specific
2 changes: 1 addition & 1 deletion src/app/qgstip.h
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions src/app/qgstipfactory.h
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsclipper.h
Expand Up @@ -111,7 +111,7 @@ class CORE_EXPORT QgsClipper
//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
Expand Down

0 comments on commit 97c9740

Please sign in to comment.