Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 31, 2016
1 parent fecc59a commit 797826e
Show file tree
Hide file tree
Showing 25 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions NEWS
@@ -1,6 +1,6 @@
QGIS News
Change history for the QGIS Project
Tuesday April 12, 2016
Tuesday May 31, 2016


------------------------------------------------------------------------
Expand Down Expand Up @@ -38,8 +38,8 @@ Tuesday April 12, 2016
------------------------------------------------------------------------


Last Updated: Tuesday April 12, 2016
Last Change : Wednesday April 06, 2016
Last Updated: Tuesday May 31, 2016
Last Change : Tuesday May 31, 2016


1. What's new in Version 2.14 'Essen'?
Expand Down Expand Up @@ -101,7 +101,7 @@ This release has following new features:
- QGIS Server : STARTINDEX param in WFS GetFeature Request
- QGIS Server : showFeatureCount in GetLegendGraphic
- QGIS Server : Enhance store project keyword list
- QGIS Server : Option to avoid rendering artefacts at edges of tiles
- QGIS Server : Option to avoid rendering artifacts at edges of tiles
- QGIS Server : WMS INSPIRE Capabilities
- QGIS Server : Configuration checker in project properties
- QGIS Server : Add short name to layers, groups and project
Expand Down
10 changes: 5 additions & 5 deletions doc/news.html
Expand Up @@ -77,7 +77,7 @@
<DIV CLASS="header" ID="header">
<H1>QGIS News</H1>
<H2>Change history for the QGIS Project</H2>
<H3>Tuesday April 12, 2016</H3>
<H3>Tuesday May 31, 2016</H3>
</DIV>

<DIV CLASS="toc">
Expand Down Expand Up @@ -115,8 +115,8 @@ <H3>Tuesday April 12, 2016</H3>
</DIV>
<DIV CLASS="body" ID="body">
<P>
Last Updated: Tuesday April 12, 2016
Last Change : Wednesday April 06, 2016
Last Updated: Tuesday May 31, 2016
Last Change : Tuesday May 31, 2016
</P>

<A NAME="toc1"></A>
Expand Down Expand Up @@ -181,7 +181,7 @@ <H1>1. What's new in Version 2.14 'Essen'?</H1>
<LI>QGIS Server : STARTINDEX param in WFS GetFeature Request
<LI>QGIS Server : showFeatureCount in GetLegendGraphic
<LI>QGIS Server : Enhance store project keyword list
<LI>QGIS Server : Option to avoid rendering artefacts at edges of tiles
<LI>QGIS Server : Option to avoid rendering artifacts at edges of tiles
<LI>QGIS Server : WMS INSPIRE Capabilities
<LI>QGIS Server : Configuration checker in project properties
<LI>QGIS Server : Add short name to layers, groups and project
Expand Down Expand Up @@ -2990,5 +2990,5 @@ <H1>27. 0.5</H1>
</DIV>

<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
<!-- cmdline: txt2tags -odoc/news.html -t html doc/news.t2t -->
<!-- cmdline: txt2tags -o/home/fischer/src/qgis/debian/build-master-master/doc/news.html -t html /home/fischer/src/qgis/doc/news.t2t -->
</BODY></HTML>
2 changes: 1 addition & 1 deletion doc/news.t2t
Expand Up @@ -96,7 +96,7 @@ This release has following new features:
- QGIS Server : STARTINDEX param in WFS GetFeature Request
- QGIS Server : showFeatureCount in GetLegendGraphic
- QGIS Server : Enhance store project keyword list
- QGIS Server : Option to avoid rendering artefacts at edges of tiles
- QGIS Server : Option to avoid rendering artifacts at edges of tiles
- QGIS Server : WMS INSPIRE Capabilities
- QGIS Server : Configuration checker in project properties
- QGIS Server : Add short name to layers, groups and project
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/core/parameters.py
Expand Up @@ -359,7 +359,7 @@ def setMinNumInputs(self, _minNumInputs):
return True

if _minNumInputs < 1 and not self.optional:
# dont allow to set negative or null number of inputs if parameter isn't optional
# don't allow to set negative or null number of inputs if parameter isn't optional
return False

self.minNumInputs = int(_minNumInputs)
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/BatchPanel.py
Expand Up @@ -216,7 +216,7 @@ def load(self):
QMessageBox.critical(
self,
self.tr('Error'),
self.tr('An error occured while reading your file.'))
self.tr('An error occurred while reading your file.'))

def setValueInWidget(self, widget, value):
if isinstance(widget, (BatchInputSelectionPanel, QLineEdit, FileSelectionPanel)):
Expand Down
2 changes: 1 addition & 1 deletion scripts/chkspelling.sh
Expand Up @@ -19,4 +19,4 @@
RE=$(echo $(cut -d: -f1 scripts/spelling.dat | sed -e 's/^/\\</; s/$/\\>|/;') | sed -e 's/| /|/g; s/|$//;')
EX="\.(svn-base|tmp|xpm|ts|o)|spelling\.dat|Exception_to_GPL_for_Qt.txt|sqlite3.c|qgisstyle|LexerR.py|debian/build*|ms-windows/osgeo4w|ChangeLog|src/plugins/grass/qtermwidget|src/app/gps/qwtpolar-1.0|debian/tmp|src/plugins/dxf2shp_converter/dxflib|python/ext-libs"

egrep --exclude=*.{png,svg,db,bz2,pdf,qgs,qml,api} --exclude-dir=.git --color=always "$RE" -ir . | egrep -iv "$EX"
egrep --exclude=*.{png,svg,db,bz2,pdf,qgs,qml,api,pyc} --exclude-dir=.git --exclude-dir=debian/build* --color=always "$RE" -ir . | egrep -iv "$EX"
2 changes: 1 addition & 1 deletion src/core/qgsaction.h
Expand Up @@ -114,7 +114,7 @@ class CORE_EXPORT QgsAction
//! Whether to capture output for display when this action is run
bool capture() const { return mCaptureOutput; }

//! Wheter this action should be shown on the attribute table
//! Whether this action should be shown on the attribute table
bool showInAttributeTable() const { return mShowInAttributeTable; }

//! Checks if the action is runable on the current platform
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsactionmanager.h
Expand Up @@ -90,7 +90,7 @@ class CORE_EXPORT QgsActionManager
* @param index action index
* @param feature feature to run action for
* @param context expression context to evalute expressions under
* @param substitutionMap deprecated - kept for compatibilty with projects, will be removed for 3.0
* @param substitutionMap deprecated - kept for compatibility with projects, will be removed for 3.0
*/
// TODO QGIS 3.0 remove substition map - force use of expression variables
void doAction( int index,
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdataprovider.h
Expand Up @@ -338,7 +338,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
*
* This is aimed at providers that can open differently the connection to
* the datasource, according it to be in update mode or in read-only mode.
* This method shall be balanced with a succesful call to enterUpdateMode().
* This method shall be balanced with a successful call to enterUpdateMode().
*
* Most providers will have an empty implementation for that method.
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgssqlstatement.h
Expand Up @@ -55,7 +55,7 @@ class CORE_EXPORT QgsSQLStatement

/** Performs basic validity checks. Basically checking that columns referencing
* a table, references a specified table. Returns true if the validation is
* succesful */
* successful */
bool doBasicValidationChecks( QString& errorMsgOut ) const;

class Node;
Expand Down
4 changes: 2 additions & 2 deletions src/gui/editorwidgets/qgsrelationreferencefactory.cpp
Expand Up @@ -130,13 +130,13 @@ QString QgsRelationReferenceFactory::representValue( QgsVectorLayer* vl, int fie
QgsVectorLayer* referencingLayer = relation.referencingLayer();
if ( vl != referencingLayer )
{
QgsDebugMsg( "representValue() with inconsistant vl parameter w.r.t relation referencingLayer" );
QgsDebugMsg( "representValue() with inconsistent vl parameter w.r.t relation referencingLayer" );
return value.toString();
}
int referencingFieldIdx = referencingLayer->fieldNameIndex( relation.fieldPairs().at( 0 ).first );
if ( referencingFieldIdx != fieldIdx )
{
QgsDebugMsg( "representValue() with inconsistant fieldIdx parameter w.r.t relation referencingFieldIdx" );
QgsDebugMsg( "representValue() with inconsistent fieldIdx parameter w.r.t relation referencingFieldIdx" );
return value.toString();
}
QgsVectorLayer* referencedLayer = relation.referencedLayer();
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsvaluemapsearchwidgetwrapper.cpp
Expand Up @@ -78,7 +78,7 @@ QgsSearchWidgetWrapper::FilterFlags QgsValueMapSearchWidgetWrapper::defaultFlags

QString QgsValueMapSearchWidgetWrapper::createExpression( QgsSearchWidgetWrapper::FilterFlags flags ) const
{
//if unselect value, always pass
//if deselect value, always pass
if ( mComboBox->currentIndex() == 0 )
return QString();

Expand Down
4 changes: 2 additions & 2 deletions src/gui/qgsgradientstopeditor.h
Expand Up @@ -112,10 +112,10 @@ class GUI_EXPORT QgsGradientStopEditor : public QWidget

signals:

//! Emmitted when the gradient ramp is changed by a user
//! Emitted when the gradient ramp is changed by a user
void changed();

/** Emmitted when the current selected stop changes.
/** Emitted when the current selected stop changes.
* @param stop details about newly selected stop
*/
void selectedStopChanged( const QgsGradientStop& stop );
Expand Down
4 changes: 2 additions & 2 deletions src/gui/qgssqlcomposerdialog.cpp
Expand Up @@ -118,7 +118,7 @@ QgsSQLComposerDialog::QgsSQLComposerDialog( QWidget * parent, Qt::WindowFlags fl

QgsSQLComposerDialog::~QgsSQLComposerDialog()
{
// Besides avoid memory leaks, this is usefull since QSciAPIs::prepare()
// Besides avoid memory leaks, this is useful since QSciAPIs::prepare()
// starts a thread. If the dialog was killed before the thread had started,
// he could run against a dead widget. This can happen in unit tests.
delete mQueryEdit->lexer()->apis();
Expand Down Expand Up @@ -162,7 +162,7 @@ void QgsSQLComposerDialog::accept()
if ( !mSQLValidatorCallback->isValid( sql(), errorMsg ) )
{
if ( errorMsg.isEmpty() )
errorMsg = tr( "An error occured during evaluation of the SQL statement" );
errorMsg = tr( "An error occurred during evaluation of the SQL statement" );
QMessageBox::critical( this, tr( "SQL error" ), errorMsg );
return;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterhistogramwidget.h
Expand Up @@ -62,7 +62,7 @@ class GUI_EXPORT QgsRasterHistogramWidget : public QWidget, private Ui::QgsRaste

signals:
/**
* Emmited when something on the widget has changed.
* Emitted when something on the widget has changed.
* All widgets will fire this event to notify of an internal change.
*/
void widgetChanged();
Expand Down
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterrendererwidget.h
Expand Up @@ -61,7 +61,7 @@ class GUI_EXPORT QgsRasterRendererWidget: public QWidget
signals:

/**
* Emmited when something on the widget has changed.
* Emitted when something on the widget has changed.
* All widgets will fire this event to notify of an internal change.
*/
void widgetChanged();
Expand Down
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrastertransparencywidget.h
Expand Up @@ -29,7 +29,7 @@ class GUI_EXPORT QgsRasterTransparencyWidget : public QWidget, private Ui::QgsRa
signals:

/**
* Emmited when something on the widget has changed.
* Emitted when something on the widget has changed.
* All widgets will fire this event to notify of an internal change.
*/
void widgetChanged();
Expand Down
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrendererrasterpropertieswidget.h
Expand Up @@ -38,7 +38,7 @@ class GUI_EXPORT QgsRendererRasterPropertiesWidget : public QWidget, private Ui:
signals:

/**
* Emmited when something on the widget has changed.
* Emitted when something on the widget has changed.
* All widgets will fire this event to notify of an internal change.
*/
void widgetChanged();
Expand Down
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgsrendererv2propertiesdialog.h
Expand Up @@ -56,7 +56,7 @@ class GUI_EXPORT QgsRendererV2PropertiesDialog : public QDialog, private Ui::Qgs
void layerVariablesChanged();

/**
* Emmited when something on the widget has changed.
* Emitted when something on the widget has changed.
* All widgets will fire this event to notify of an internal change.
*/
void widgetChanged();
Expand Down
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgsrendererv2widget.h
Expand Up @@ -83,7 +83,7 @@ class GUI_EXPORT QgsRendererV2Widget : public QWidget
void layerVariablesChanged();

/**
* Emmited when something on the widget has changed.
* Emitted when something on the widget has changed.
* All widgets will fire this event to notify of an internal change.
*/
void widgetChanged();
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfscapabilities.cpp
Expand Up @@ -41,7 +41,7 @@ bool QgsWFSCapabilities::requestCapabilities( bool synchronous )

const QString& version = mUri.version();
if ( version == QgsWFSConstants::VERSION_AUTO )
// MapServer honours the order with the first value being the prefered one
// MapServer honours the order with the first value being the preferred one
url.addQueryItem( "ACCEPTVERSIONS", "2.0.0,1.1.0,1.0.0" );
else
url.addQueryItem( "VERSION", version );
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfscapabilities.h
Expand Up @@ -105,7 +105,7 @@ class QgsWFSCapabilities : public QgsWFSRequest
const Capabilities& capabilities() const { return mCaps; }

signals:
//! emitted when the capabilities have been fully parsed, or an error occured */
//! emitted when the capabilities have been fully parsed, or an error occurred */
void gotCapabilities();

private slots:
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsfeatureiterator.cpp
Expand Up @@ -830,7 +830,7 @@ void QgsWFSFeatureIterator::featureReceivedSynchronous( QVector<QgsWFSFeatureGml
thisStr.sprintf( "%p", this );
++ mCounter;
mWriterFilename = QDir( QgsWFSUtils::acquireCacheDirectory() ).filePath( QString( "iterator_%1_%2.bin" ).arg( thisStr ).arg( mCounter ) );
QgsDebugMsg( QString( "Transfering feature iterator cache to %1" ).arg( mWriterFilename ) );
QgsDebugMsg( QString( "Transferring feature iterator cache to %1" ).arg( mWriterFilename ) );
mWriterFile = new QFile( mWriterFilename );
if ( !mWriterFile->open( QIODevice::WriteOnly ) )
{
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsprovider.cpp
Expand Up @@ -1425,7 +1425,7 @@ bool QgsWFSProvider::getCapabilities()

if ( !foundLayer )
{
QgsMessageLog::logMessage( tr( "Could not find typename %1 in capabilites for url %2" ).
QgsMessageLog::logMessage( tr( "Could not find typename %1 in capabilities for url %2" ).
arg( thisLayerName ).arg( dataSourceUri() ), tr( "WFS" ) );
}

Expand Down
2 changes: 1 addition & 1 deletion src/ui/composer/qgscompositionwidgetbase.ui
Expand Up @@ -454,7 +454,7 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>If checked, a seperate world file which georeferences exported images will be created</string>
<string>If checked, a separate world file which georeferences exported images will be created</string>
</property>
<property name="text">
<string>Save world file</string>
Expand Down

0 comments on commit 797826e

Please sign in to comment.