Skip to content

Commit

Permalink
fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 2, 2013
1 parent d9fe893 commit b4ba4c8
Show file tree
Hide file tree
Showing 28 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -1688,7 +1688,7 @@ UML_LOOK = NO
# the class node. If there are many fields or methods and many nodes the
# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
# threshold limits the number of items for each type to make the size more
# managable. Set this to 0 for no limit. Note that the threshold may be
# manageable. Set this to 0 for no limit. Note that the threshold may be
# exceeded by 50% before the limit is enforced.

UML_LIMIT_NUM_FIELDS = 10
Expand Down
16 changes: 8 additions & 8 deletions i18n/qgis_de.ts
Expand Up @@ -12876,13 +12876,6 @@ Sollen die vorhandenen Klassen vor der Klassifizierung gelöscht werden?</transl
<source>Unable to write into the directory</source>
<translation>Konnte nicht in das Verzeichnis schreiben</translation>
</message>
<message>
<location filename="../src/app/composer/qgscomposer.cpp" line="694"/>
<location filename="../src/app/composer/qgscomposer.cpp" line="1013"/>
<location filename="../src/app/composer/qgscomposer.cpp" line="1181"/>
<source>The given output directory is not writeable. Cancelling.</source>
<translation>Im Ausgabeverzeichnis konnte nicht geschriebene werden. Breche ab.</translation>
</message>
<message>
<location filename="../src/app/composer/qgscomposer.cpp" line="732"/>
<location filename="../src/app/composer/qgscomposer.cpp" line="841"/>
Expand Down Expand Up @@ -12978,6 +12971,13 @@ Sollen die vorhandenen Klassen vor der Klassifizierung gelöscht werden?</transl
<source>Print Composers</source>
<translation>Druckzusammenstellungen</translation>
</message>
<message>
<location filename="../src/app/composer/qgscomposer.cpp" line="694"/>
<location filename="../src/app/composer/qgscomposer.cpp" line="1013"/>
<location filename="../src/app/composer/qgscomposer.cpp" line="1181"/>
<source>The given output directory is not writable. Cancelling.</source>
<translation>Im Ausgabeverzeichnis konnte nicht geschrieben werden. Breche ab.</translation>
</message>
<message>
<location filename="../src/app/composer/qgscomposer.cpp" line="963"/>
<source>Directory where to save image files</source>
Expand Down Expand Up @@ -43411,7 +43411,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../src/gui/symbology-ng/qgsvectorgradientcolorrampv2dialog.cpp" line="51"/>
<source>Continous</source>
<source>Continuous</source>
<translation>Fortlaufend</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion python/console/console_editor.py
Expand Up @@ -448,7 +448,7 @@ def _runSubProcess(self, filename, tmp=False):
if dir not in sys.path:
sys.path.append(dir)
try:
## set creationflags for runnning command without shell window
## set creationflags for running command without shell window
if sys.platform.startswith('win'):
p = subprocess.Popen(['python', str(filename)], shell=False, stdin=subprocess.PIPE,
stderr=subprocess.PIPE, stdout=subprocess.PIPE, creationflags=0x08000000)
Expand Down
2 changes: 1 addition & 1 deletion python/console/help/help.htm
Expand Up @@ -63,7 +63,7 @@
<tr>
<td>
<p align="justify">
<span id="headerSubjectA">The console is splitted in two main panes, output and input areas.
<span id="headerSubjectA">The console is split in two main panes, output and input areas.
Both are resizable by using the horizontal splitter.
Output area pane is a widget read-only which shows the commands output.
You can drag and drop or copy text into input area (no matter if selected text contains >>> or ...).
Expand Down
2 changes: 1 addition & 1 deletion python/console/help/i18n/en_US.properties
Expand Up @@ -5,7 +5,7 @@ i18n_dict = {
use qgis.utils.iface object (instance of QgisInterface class). \
To import the class QgisInterface can also use the dedicated \
button on the toolbar on the left.",
"header.subject.A" : "The console is splitted in two main panes, output and input areas. \
"header.subject.A" : "The console is split in two main panes, output and input areas. \
Both are resizable by using the horizontal splitter. \
Output area pane is a widget read-only which shows the commands output. \
You can drag and drop or copy text into input area \
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/admintools/httplib2/__init__.py
Expand Up @@ -287,7 +287,7 @@ def _parse_cache_control(headers):
# Whether to use a strict mode to parse WWW-Authenticate headers
# Might lead to bad results in case of ill-formed header value,
# so disabled by default, falling back to relaxed parsing.
# Set to true to turn on, usefull for testing servers.
# Set to true to turn on, useful for testing servers.
USE_WWW_AUTH_STRICT_PARSING = 0

# In regex below:
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/algs/AddTableField.py
Expand Up @@ -61,7 +61,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterVector(self.INPUT_LAYER, "Input layer", ParameterVector.VECTOR_TYPE_ANY, False))
self.addParameter(ParameterString(self.FIELD_NAME, "Field name"))
self.addParameter(ParameterSelection(self.FIELD_TYPE, "Field type", self.TYPE_NAMES))
self.addParameter(ParameterNumber(self.FIELD_LENGTH, "Field lenght", 1, 255, 10))
self.addParameter(ParameterNumber(self.FIELD_LENGTH, "Field length", 1, 255, 10))
self.addParameter(ParameterNumber(self.FIELD_PRECISION, "Field precision", 0, 10, 0))
self.addOutput(OutputVector(self.OUTPUT_LAYER, "Output layer"))

Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/algs/FieldsCalculator.py
Expand Up @@ -61,7 +61,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterVector(self.INPUT_LAYER, "Input layer", ParameterVector.VECTOR_TYPE_ANY, False))
self.addParameter(ParameterString(self.FIELD_NAME, "Result field name"))
self.addParameter(ParameterSelection(self.FIELD_TYPE, "Field type", self.TYPE_NAMES))
self.addParameter(ParameterNumber(self.FIELD_LENGTH, "Field lenght", 1, 255, 10))
self.addParameter(ParameterNumber(self.FIELD_LENGTH, "Field length", 1, 255, 10))
self.addParameter(ParameterNumber(self.FIELD_PRECISION, "Field precision", 0, 10, 0))
self.addParameter(ParameterString(self.FORMULA, "Formula"))
self.addOutput(OutputVector(self.OUTPUT_LAYER, "Output layer"))
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/sextante/modeler/ModelerAlgorithm.py
Expand Up @@ -78,7 +78,7 @@ def __init__(self):

#algorithms that each algorithm depends on.
#This is just a list of dependencies not set by outputs and inputs
#but explicitely entered instead, meaning that an algorithm must ''wait''
#but explicitly entered instead, meaning that an algorithm must ''wait''
#for another to finish
#Each entry is a list with algorithm indexes
self.dependencies = []
Expand Down
12 changes: 6 additions & 6 deletions src/app/composer/qgscomposer.cpp
Expand Up @@ -687,11 +687,11 @@ void QgsComposer::on_mActionExportAsPDF_triggered()
{
return;
}
// test directory (if it exists and is writeable)
// test directory (if it exists and is writable)
if ( !QDir( outputDir ).exists() || !QFileInfo( outputDir ).isWritable() )
{
QMessageBox::warning( 0, tr( "Unable to write into the directory" ),
tr( "The given output directory is not writeable. Cancelling." ),
tr( "The given output directory is not writable. Cancelling." ),
QMessageBox::Ok,
QMessageBox::Ok );
return;
Expand Down Expand Up @@ -1006,11 +1006,11 @@ void QgsComposer::on_mActionExportAsImage_triggered()
{
return;
}
// test directory (if it exists and is writeable)
// test directory (if it exists and is writable)
if ( !QDir( dir ).exists() || !QFileInfo( dir ).isWritable() )
{
QMessageBox::warning( 0, tr( "Unable to write into the directory" ),
tr( "The given output directory is not writeable. Cancelling." ),
tr( "The given output directory is not writable. Cancelling." ),
QMessageBox::Ok,
QMessageBox::Ok );
return;
Expand Down Expand Up @@ -1174,11 +1174,11 @@ void QgsComposer::on_mActionExportAsSVG_triggered()
{
return;
}
// test directory (if it exists and is writeable)
// test directory (if it exists and is writable)
if ( !QDir( outputDir ).exists() || !QFileInfo( outputDir ).isWritable() )
{
QMessageBox::warning( 0, tr( "Unable to write into the directory" ),
tr( "The given output directory is not writeable. Cancelling." ),
tr( "The given output directory is not writable. Cancelling." ),
QMessageBox::Ok,
QMessageBox::Ok );
return;
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsbrowserdockwidget.cpp
Expand Up @@ -149,7 +149,7 @@ class QgsBrowserTreeFilterProxyModel : public QSortFilterProxyModel

QgsBrowserModel* mModel;
QString mFilter; //filter string provided
QVector<QRegExp> mREList; //list of filters, seperated by "|"
QVector<QRegExp> mREList; //list of filters, separated by "|"
QRegExp::PatternSyntax mPatternSyntax;

bool filterAcceptsString( const QString & value ) const
Expand Down
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposition.h
Expand Up @@ -218,7 +218,7 @@ class CORE_EXPORT QgsComposition: public QGraphicsScene
@param mapsToRestore for reading from project file: set preview move 'rectangle' to all maps and save the preview states to show composer maps on demand
@param addUndoCommands insert AddItem commands if true (e.g. for copy/paste)
@param pos item position. Optional, take position from xml if 0
@param pasteInPlace wheter the position should be kept but mapped to the page origin. (the page is the page under to the mouse cursor)
@param pasteInPlace whether the position should be kept but mapped to the page origin. (the page is the page under to the mouse cursor)
@note not available in python bindings
*/
void addItemsFromXML( const QDomElement& elem, const QDomDocument& doc, QMap< QgsComposerMap*, int >* mapsToRestore = 0,
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsgmlschema.h
Expand Up @@ -156,7 +156,7 @@ class CORE_EXPORT QgsGmlSchema: public QObject
/** Find GML base type for complex type of given name
* @param element input element
* @param name complex type name
* @return name of GML base type without NS, e.g. AbstractFeatureType or empty string if not pased on GML type
* @return name of GML base type without NS, e.g. AbstractFeatureType or empty string if not passed on GML type
*/
QString xsdComplexTypeGmlBaseType( const QDomElement &element, const QString & name );

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsmaprenderer.cpp
Expand Up @@ -511,7 +511,7 @@ void QgsMapRenderer::render( QPainter* painter, double* forceWidthScale )
}
}

// If we are drawing with an alternative blending mode then we need to render to a seperate image
// If we are drawing with an alternative blending mode then we need to render to a separate image
// before compositing this on the map. This effectively flattens the layer and prevents
// blending occuring between objects on the layer
// (this is not required for raster layers or when layer caching is enabled, since that has the same effect)
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.h
Expand Up @@ -1284,7 +1284,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer
/** Is emitted, when editing on this layer has started*/
void editingStarted();

/** Is emitted, when edited changes succesfully have been written to the data provider */
/** Is emitted, when edited changes successfully have been written to the data provider */
void editingStopped();

/** Is emitted, before changes are commited to the data provider */
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayereditbuffer.cpp
Expand Up @@ -78,7 +78,7 @@ void QgsVectorLayerEditBuffer::updateChangedAttributes( QgsFeature &f )
attrs.remove( mDeletedAttributeIds[idx] );
}

// adjust size to accomodate added attributes
// adjust size to accommodate added attributes
attrs.resize( attrs.count() + mAddedAttributes.count() );

// update changed attributes
Expand Down
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterrenderer.h
Expand Up @@ -29,7 +29,7 @@ class QPainter;
class QgsRasterTransparency;

/** \ingroup core
* Raster renderer pipe that applies colours to a raster.
* Raster renderer pipe that applies colors to a raster.
*/
class CORE_EXPORT QgsRasterRenderer : public QgsRasterInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgssymbollayerv2utils.h
Expand Up @@ -170,7 +170,7 @@ class CORE_EXPORT QgsSymbolLayerV2Utils
Qt::PenCapStyle capStyle = Qt::FlatCap,
double offset = 0.0,
const QVector<qreal>* dashPattern = 0 );
/**Create ogr feature syle string for brush
/**Create ogr feature style string for brush
@param fillColr fill color*/
static QString ogrFeatureStyleBrush( const QColor& fillColr );

Expand Down
6 changes: 3 additions & 3 deletions src/gui/qgsblendmodecombobox.cpp
Expand Up @@ -34,7 +34,7 @@ QgsBlendModeComboBox::~QgsBlendModeComboBox()
}

/* Returns a QStringList of the translated blend modes
* "-" is used to indicate the position of a seperator in the list
* "-" is used to indicate the position of a separator in the list
* This list is designed to emulate GIMP's layer modes, where
* blending modes are grouped by their effect (lightening, darkening, etc)
*/
Expand Down Expand Up @@ -80,12 +80,12 @@ void QgsBlendModeComboBox::updateModes()
{
if ( *blendModeIt == "-" )
{
// Add seperator
// Add separator
insertSeparator( index );
}
else
{
// Not a seperator, so store indexes for translation
// Not a separator, so store indexes for translation
// between blend modes and combo box item index
addItem( *blendModeIt );
mListIndexToBlendMode[ index ] = blendModeIndex;
Expand Down
4 changes: 2 additions & 2 deletions src/gui/symbology-ng/qgsstylev2managerdialog.cpp
Expand Up @@ -355,8 +355,8 @@ bool QgsStyleV2ManagerDialog::addSymbol()
// get symbol design
// NOTE : Set the parent widget as "this" to notify the Symbol selector
// that, it is being called by Style Manager, so recursive calling
// of style manger and symbol slector can be arrested
// Look Also: editSymbol()
// of style manager and symbol selector can be arrested
// See also: editSymbol()
QgsSymbolV2SelectorDialog dlg( symbol, mStyle, NULL, this );
if ( dlg.exec() == 0 )
{
Expand Down
Expand Up @@ -48,7 +48,7 @@ QgsVectorGradientColorRampV2Dialog::QgsVectorGradientColorRampV2Dialog( QgsVecto
// fill type combobox
cboType->blockSignals( true );
cboType->addItem( tr( "Discrete" ) );
cboType->addItem( tr( "Continous" ) );
cboType->addItem( tr( "Continuous" ) );
if ( mRamp->isDiscrete() )
cboType->setCurrentIndex( 0 );
else
Expand Down
4 changes: 2 additions & 2 deletions src/mapserver/qgswfsserver.cpp
Expand Up @@ -1715,7 +1715,7 @@ QDomElement QgsWFSServer::createFeatureGML2( QgsFeature* feat, QDomDocument& doc
{

QString attributeName = fields[i].name();
//skip attribute if is explicitely excluded from WFS publication
//skip attribute if is explicitly excluded from WFS publication
if ( excludedAttributes.contains( attributeName ) )
{
continue;
Expand Down Expand Up @@ -1773,7 +1773,7 @@ QDomElement QgsWFSServer::createFeatureGML3( QgsFeature* feat, QDomDocument& doc
{

QString attributeName = fields[i].name();
//skip attribute if is explicitely excluded from WFS publication
//skip attribute if is explicitly excluded from WFS publication
if ( excludedAttributes.contains( attributeName ) )
{
continue;
Expand Down
2 changes: 1 addition & 1 deletion src/mapserver/qgswmsserver.cpp
Expand Up @@ -1309,7 +1309,7 @@ int QgsWMSServer::featureInfoFromVectorLayer( QgsVectorLayer* layer,
featureAttributes = feature.attributes();
for ( int i = 0; i < featureAttributes.count(); ++i )
{
//skip attribute if it is explicitely excluded from WMS publication
//skip attribute if it is explicitly excluded from WMS publication
if ( excludedAttributes.contains( fields[i].name() ) )
{
continue;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/topology/dockModel.cpp
Expand Up @@ -81,7 +81,7 @@ QVariant DockModel::data( const QModelIndex &index, int role ) const
break;
case 1:
if ( !mErrorlist[row]->featurePairs().first().layer )
val = QString( "Unkown" );
val = QString( "Unknown" );
else
val = mErrorlist[row]->featurePairs().first().layer->name();
break;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/topology/topolError.h
Expand Up @@ -135,7 +135,7 @@ class TopolError
*/
virtual QList<FeatureLayer> featurePairs() { return mFeaturePairs; }
/**
* Returns the names of posible fixes
* Returns the names of possible fixes
*/
virtual QStringList fixNames() { return mFixMap.keys(); }
};
Expand Down
2 changes: 1 addition & 1 deletion src/providers/gdal/qgsgdalprovider.cpp
Expand Up @@ -2117,7 +2117,7 @@ bool QgsGdalProvider::hasStatistics( int theBandNo,
if ( !( theStats & QgsRasterBandStats::StdDev ) ) pdfStdDev = NULL;

// try to fetch the cached stats (bForce=FALSE)
// Unfortunately GDALGetRasterStatistics() does not work as expected acording to
// Unfortunately GDALGetRasterStatistics() does not work as expected according to
// API doc, if bApproxOK=false and bForce=false/true and exact statistics
// (from all raster pixels) are not available/cached, it should return CE_Warning.
// Instead, it is giving estimated (from sample) cached statistics and it returns CE_None.
Expand Down
8 changes: 4 additions & 4 deletions src/providers/grass/qgsgrassgislib.cpp
Expand Up @@ -310,10 +310,10 @@ int GRASS_LIB_EXPORT G_parser( int argc, char **argv )

if ( ret == 0 ) // parsed OK
{
// It would be useful to determin region from input raster layers if no one
// is given by environment variable but there seems to be no way to get
// access to module options. Everything is in static variables in parser.c
// and there are no access functions to them.
// It would be useful to determine the region from input raster layers if
// no one is given by environment variable but there seems to be no way to
// get access to module options. Everything is in static variables in
// parser.c and there are no access functions to them.
}
return ret;
}
Expand Down
12 changes: 6 additions & 6 deletions src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -1683,7 +1683,7 @@ void QgsOracleProvider::appendGeomParam( QgsGeometry *geom, QSqlQuery &qry ) con

if ( !g.isNull )
{
ptr.ucPtr++; // skip endianess
ptr.ucPtr++; // skip endianness

g.eleminfo.clear();
g.ordinates.clear();
Expand Down Expand Up @@ -1717,7 +1717,7 @@ void QgsOracleProvider::appendGeomParam( QgsGeometry *geom, QSqlQuery &qry ) con
{
g.gtype = SDO_GTYPE( dim, gtMultiLine );
nLines = *ptr.iPtr++;
ptr.ucPtr++; // Skip endianess of first linestring
ptr.ucPtr++; // Skip endianness of first linestring
ptr.iPtr++; // Skip type of first linestring
}

Expand All @@ -1734,7 +1734,7 @@ void QgsOracleProvider::appendGeomParam( QgsGeometry *geom, QSqlQuery &qry ) con
iOrdinate += dim;
}

ptr.ucPtr++; // Skip endianess of next linestring
ptr.ucPtr++; // Skip endianness of next linestring
ptr.iPtr++; // Skip type of next linestring
}
}
Expand All @@ -1753,7 +1753,7 @@ void QgsOracleProvider::appendGeomParam( QgsGeometry *geom, QSqlQuery &qry ) con
g.gtype = SDO_GTYPE( dim, gtMultiPolygon );
nPolygons = *ptr.iPtr++;

ptr.ucPtr++; // Skip endianess of first polygon
ptr.ucPtr++; // Skip endianness of first polygon
ptr.iPtr++; // Skip type of first polygon
}

Expand All @@ -1774,7 +1774,7 @@ void QgsOracleProvider::appendGeomParam( QgsGeometry *geom, QSqlQuery &qry ) con
}
}

ptr.ucPtr++; // Skip endianess of next polygon
ptr.ucPtr++; // Skip endianness of next polygon
ptr.iPtr++; // Skip type of next polygon
}
}
Expand All @@ -1791,7 +1791,7 @@ void QgsOracleProvider::appendGeomParam( QgsGeometry *geom, QSqlQuery &qry ) con

for ( int i = 0; i < n; i++ )
{
ptr.ucPtr++; // Skip endianess of point
ptr.ucPtr++; // Skip endianness of point
ptr.iPtr++; // Skip type of point

g.ordinates << *ptr.dPtr++;
Expand Down

0 comments on commit b4ba4c8

Please sign in to comment.