Skip to content

Commit 0b452ca

Browse files
committed
Spelling
1 parent 928afdd commit 0b452ca

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

python/core/geometry/qgsgeometry.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Returns true if WKB of the geometry is of WKBMulti* type
501501
\param afterVertex Receives index of the vertex after the closest segment. The vertex
502502
before the closest segment is always afterVertex - 1
503503
\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
504-
that the test was unsuccesful, e.g. for a point exactly on the line)
504+
that the test was unsuccessful, e.g. for a point exactly on the line)
505505
\param epsilon epsilon for segment snapping
506506
:return: The squared Cartesian distance is also returned in sqrDist, negative number on error
507507
:rtype: float

src/core/geometry/qgsgeometry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ class CORE_EXPORT QgsGeometry
556556
* \param afterVertex Receives index of the vertex after the closest segment. The vertex
557557
* before the closest segment is always afterVertex - 1
558558
* \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
559-
* that the test was unsuccesful, e.g. for a point exactly on the line)
559+
* that the test was unsuccessful, e.g. for a point exactly on the line)
560560
* \param epsilon epsilon for segment snapping
561561
* \returns The squared Cartesian distance is also returned in sqrDist, negative number on error
562562
*/

tests/src/analysis/testqgsgeometrysnapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ void TestQgsGeometrySnapper::internalSnapper()
502502

503503
void TestQgsGeometrySnapper::insertExtra()
504504
{
505-
// test extra node insertion behaviour
505+
// test extra node insertion behavior
506506
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)" ) );
507507
QgsFeature f1( 1 );
508508
f1.setGeometry( refGeom );

tests/testdata/auth_system/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Java keystore files are generated/edited using **KeyStore Explorer**:
1111

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

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

2323
## Certificate Signing Hierarchy
2424

25-
![Certs tree](cert_heirarchy_8bit.png)
25+
![Certs tree](cert_hierarchy_8bit.png)
2626

2727
## Client Certificates/Keys
2828

0 commit comments

Comments
 (0)