Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 2, 2017
1 parent 928afdd commit 0b452ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/core/geometry/qgsgeometry.sip
Expand Up @@ -501,7 +501,7 @@ Returns true if WKB of the geometry is of WKBMulti* type
\param afterVertex Receives index of the vertex after the closest segment. The vertex
before the closest segment is always afterVertex - 1
\param leftOf Out: Returns if the point lies on the left of left side of the geometry ( < 0 means left, > 0 means right, 0 indicates
that the test was unsuccesful, e.g. for a point exactly on the line)
that the test was unsuccessful, e.g. for a point exactly on the line)
\param epsilon epsilon for segment snapping
:return: The squared Cartesian distance is also returned in sqrDist, negative number on error
:rtype: float
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -556,7 +556,7 @@ class CORE_EXPORT QgsGeometry
* \param afterVertex Receives index of the vertex after the closest segment. The vertex
* before the closest segment is always afterVertex - 1
* \param leftOf Out: Returns if the point lies on the left of left side of the geometry ( < 0 means left, > 0 means right, 0 indicates
* that the test was unsuccesful, e.g. for a point exactly on the line)
* that the test was unsuccessful, e.g. for a point exactly on the line)
* \param epsilon epsilon for segment snapping
* \returns The squared Cartesian distance is also returned in sqrDist, negative number on error
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/analysis/testqgsgeometrysnapper.cpp
Expand Up @@ -502,7 +502,7 @@ void TestQgsGeometrySnapper::internalSnapper()

void TestQgsGeometrySnapper::insertExtra()
{
// test extra node insertion behaviour
// test extra node insertion behavior
QgsGeometry refGeom = QgsGeometry::fromWkt( QStringLiteral( "LineString(0 0, 0.1 0, 0.2 0, 9.8 0, 9.9 0, 10 0, 10.1 0, 10.2 0, 20 0)" ) );
QgsFeature f1( 1 );
f1.setGeometry( refGeom );
Expand Down
4 changes: 2 additions & 2 deletions tests/testdata/auth_system/README.md
Expand Up @@ -11,7 +11,7 @@ The Java keystore files are generated/edited using **KeyStore Explorer**:

The default password for the encrypted XCA project and Java keystore files is
**password**. The certificate signing structure can be reviewed in
`cert_heirarchy_8bit.png`.
`cert_hierarchy_8bit.png`.

**WARNING**: These components are just for testing and should _NOT_ be used
in a production environment.
Expand All @@ -22,7 +22,7 @@ filter file open dialogs to specific extensions, e.g. pgAdmin3 always filters

## Certificate Signing Hierarchy

![Certs tree](cert_heirarchy_8bit.png)
![Certs tree](cert_hierarchy_8bit.png)

## Client Certificates/Keys

Expand Down

0 comments on commit 0b452ca

Please sign in to comment.