fix typos

git-svn-id: http://svn.osgeo.org/qgis/trunk@15228 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2011-02-20 22:46:20 +00:00
parent dc25d450e0
commit 5b90a0baf7
4 changed files with 5 additions and 4 deletions

View File

@ -450,3 +450,4 @@ implementaed:implemented
containging:containing
intersecton:intersection
intersectons:intersections
secific:specific

View File

@ -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
*/

View File

@ -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();

View File

@ -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