From 0b452cabbb49fdb51b2eec72388b7b29187d8bc8 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Sun, 3 Dec 2017 08:03:30 +1000 Subject: [PATCH] Spelling --- python/core/geometry/qgsgeometry.sip | 2 +- src/core/geometry/qgsgeometry.h | 2 +- tests/src/analysis/testqgsgeometrysnapper.cpp | 2 +- tests/testdata/auth_system/README.md | 4 ++-- ...t_heirarchy_8bit.png => cert_hierarchy_8bit.png} | Bin 5 files changed, 5 insertions(+), 5 deletions(-) rename tests/testdata/auth_system/certs_keys/{cert_heirarchy_8bit.png => cert_hierarchy_8bit.png} (100%) diff --git a/python/core/geometry/qgsgeometry.sip b/python/core/geometry/qgsgeometry.sip index 4d48bed039c..7d977c59d80 100644 --- a/python/core/geometry/qgsgeometry.sip +++ b/python/core/geometry/qgsgeometry.sip @@ -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 diff --git a/src/core/geometry/qgsgeometry.h b/src/core/geometry/qgsgeometry.h index 68ef6c98b7c..29a3de6fa7a 100644 --- a/src/core/geometry/qgsgeometry.h +++ b/src/core/geometry/qgsgeometry.h @@ -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 */ diff --git a/tests/src/analysis/testqgsgeometrysnapper.cpp b/tests/src/analysis/testqgsgeometrysnapper.cpp index f40fe655cc8..6b950332aa2 100644 --- a/tests/src/analysis/testqgsgeometrysnapper.cpp +++ b/tests/src/analysis/testqgsgeometrysnapper.cpp @@ -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 ); diff --git a/tests/testdata/auth_system/README.md b/tests/testdata/auth_system/README.md index 3b524330d8f..c05f6c9e744 100644 --- a/tests/testdata/auth_system/README.md +++ b/tests/testdata/auth_system/README.md @@ -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. @@ -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 diff --git a/tests/testdata/auth_system/certs_keys/cert_heirarchy_8bit.png b/tests/testdata/auth_system/certs_keys/cert_hierarchy_8bit.png similarity index 100% rename from tests/testdata/auth_system/certs_keys/cert_heirarchy_8bit.png rename to tests/testdata/auth_system/certs_keys/cert_hierarchy_8bit.png