From 60ab4b3290b6ccaf5b71ff7fc71637cc92d414d1 Mon Sep 17 00:00:00 2001
From: "Juergen E. Fischer"
Date: Mon, 24 Sep 2012 20:07:37 +0200
Subject: [PATCH] fix typos
---
python/analysis/network/qgsgraph.sip | 4 ++--
python/core/symbology-ng/qgsstylev2.sip | 2 +-
python/plugins/sextante/help/3rdParty.html | 6 +++---
python/plugins/sextante/help/_sources/3rdParty.txt | 2 +-
python/plugins/sextante/help/_sources/modeler.txt | 2 +-
python/plugins/sextante/help/_static/searchtools.js | 4 ++--
python/plugins/sextante/help/_static/websupport.js | 2 +-
python/plugins/sextante/pymorph/html/index.html | 4 ++--
.../sextante/pymorph/html/morph/mmdemos/mmdfabric.html | 4 ++--
python/plugins/sextante/pymorph/mmorph.py | 8 ++++----
.../saga/help/PotentialIncomingSolarRadiation.html | 2 +-
scripts/spelling.dat | 1 +
src/core/qgsdataitem.h | 2 +-
src/core/qgsprojectfiletransform.cpp | 2 +-
src/core/symbology-ng/qgsfillsymbollayerv2.cpp | 2 +-
src/core/symbology-ng/qgsstylev2.h | 4 ++--
16 files changed, 26 insertions(+), 25 deletions(-)
diff --git a/python/analysis/network/qgsgraph.sip b/python/analysis/network/qgsgraph.sip
index 9b2639d276a..0a75694cfd4 100644
--- a/python/analysis/network/qgsgraph.sip
+++ b/python/analysis/network/qgsgraph.sip
@@ -105,7 +105,7 @@ class QgsGraph
int addArc( int outVertexIdx, int inVertexIdx, const QVector< QVariant >& properties );
/**
- * retrun vertex count
+ * return vertex count
*/
int vertexCount() const;
@@ -120,7 +120,7 @@ class QgsGraph
int arcCount() const;
/**
- * retrun edge at index
+ * return edge at index
*/
const QgsGraphArc& arc( int idx ) const;
diff --git a/python/core/symbology-ng/qgsstylev2.sip b/python/core/symbology-ng/qgsstylev2.sip
index f98df577f42..ca6292c9b1a 100644
--- a/python/core/symbology-ng/qgsstylev2.sip
+++ b/python/core/symbology-ng/qgsstylev2.sip
@@ -153,7 +153,7 @@ class QgsStyleV2
*/
QStringList symbolsWithTag( StyleEntity type, int tagid );
- //! applies the specifed group to the symbol or colorramp specified by StyleEntity
+ //! applies the specified group to the symbol or colorramp specified by StyleEntity
/*!
* \param type is either SymbolEntity of ColorrampEntity
* \param name is the name of the symbol or coloramp whose group is to be set
diff --git a/python/plugins/sextante/help/3rdParty.html b/python/plugins/sextante/help/3rdParty.html
index 89ce64488ca..ef699ec5473 100644
--- a/python/plugins/sextante/help/3rdParty.html
+++ b/python/plugins/sextante/help/3rdParty.html
@@ -231,7 +231,7 @@ used as input for R commands
vector named polyg. When executing the algorithm,
SEXTANTE will open in R the layer selected by the user and store it in a
variable also named polyg. So the name of a parameter is also the
-name of the variable that we can use in R for accesing the value of that
+name of the variable that we can use in R for accessing the value of that
parameter (thus, you should avoid using reserved R words as parameter
names).
Spatial elements such as vector and raster layers are read using the
@@ -304,7 +304,7 @@ by SEXTANTE.
GRASS
Configuring GRASS is not much different from configuring SAGA. First,
the path to the GRASS folder has to be defined, but only if you are
-running Windows. Additionaly, a shell interpreter (usually msys.exe,
+running Windows. Additionally, a shell interpreter (usually msys.exe,
which can be found in most GRASS for Windows distributions) has to be
defined and its path set up as well.
By default, SEXTANTE tries to configure its GRASS connector to use the GRASS distribution that ships along with QGIS. This should work without problems in most systems, but if you experience problems, you might have to do it manually. Also, if you want to use a different GRASS version, you can change that setting and point to the folder where that other version is kept. GRASS 6.4 is needed for algorithms to work correctly.
@@ -403,4 +403,4 @@ with uses geographical (lat/lon) coordinates or projected ones.
Created using Sphinx 1.1.3.