Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 1, 2016
1 parent b2602fc commit 9efbf28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsprojectionselector.cpp
Expand Up @@ -498,7 +498,7 @@ void QgsProjectionSelector::loadUserCrsList( QSet<QString> *crsFilter )
if ( result )
{
// XXX This will likely never happen since on open, sqlite creates the
// database if it does not exist. But we checked earlier for its existance
// database if it does not exist. But we checked earlier for its existence
// and aborted in that case. This is because we may be runnig from read only
// media such as live cd and don't want to force trying to create a db.
showDBMissingWarning( databaseFileName );
Expand Down Expand Up @@ -894,7 +894,7 @@ long QgsProjectionSelector::getLargestCRSIDMatch( const QString& theSql )
if ( result )
{
// XXX This will likely never happen since on open, sqlite creates the
// database if it does not exist. But we checked earlier for its existance
// database if it does not exist. But we checked earlier for its existence
// and aborted in that case. This is because we may be runnig from read only
// media such as live cd and don't want to force trying to create a db.
showDBMissingWarning( databaseFileName );
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/globe/CMakeModules/OsgEarthMacroUtils.cmake
Expand Up @@ -79,7 +79,7 @@ ENDMACRO(DETECT_OSG_VERSION)
# full path of the library name. in order to differentiate release and debug, this macro get the
# NAME of the variables, so the macro gets as arguments the target name and the following list of parameters
# is intended as a list of variable names each one containing the path of the libraries to link to
# The existance of a variable name with _DEBUG appended is tested and, in case it' s value is used
# The existence of a variable name with _DEBUG appended is tested and, in case it' s value is used
# for linking to when in debug mode
# the content of this library for linking when in debugging
#######################################################################################################
Expand Down
5 changes: 3 additions & 2 deletions src/plugins/globe/qgsglobefeatureidentify.cpp
Expand Up @@ -15,11 +15,12 @@

#include "qgsglobefeatureidentify.h"
#include "qgsmapcanvas.h"
#include "featuresource/qgsglobefeaturesource.h"

#include <qgsmaplayerregistry.h>
#include <qgsrubberband.h>
#include <qgsvectorlayer.h>

#include "featuresource/qgsglobefeaturesource.h"

#include <osg/ValueObject>
#include <osgEarth/Registry>

Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgssymbollayerv2.py
Expand Up @@ -78,7 +78,7 @@ class TestQgsSymbolLayerV2(unittest.TestCase):
"""

def testBinding(self):
"""Test python bindings existance."""
"""Test python bindings existence."""
mType = type(QgsSymbolLayerV2)
mExpectedType = pyqtWrapperType
mMessage = 'Expected "%s" got "%s"' % (mExpectedType, mType)
Expand Down

0 comments on commit 9efbf28

Please sign in to comment.