Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 12, 2017
1 parent 388b37a commit 9a8adfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/geocms/geonode/qgsgeonodeconnection.sip
Expand Up @@ -74,7 +74,7 @@ class QgsGeoNodeConnectionUtils

static void deleteConnection( const QString &name );
%Docstring
Deletes the GeoNode connection with matcing ``name``.
Deletes the GeoNode connection with matching ``name``.
%End

static QString pathGeoNodeConnection();
Expand Down
2 changes: 1 addition & 1 deletion src/core/geocms/geonode/qgsgeonodeconnection.h
Expand Up @@ -85,7 +85,7 @@ class CORE_EXPORT QgsGeoNodeConnectionUtils
static QStringList connectionList();

/**
* Deletes the GeoNode connection with matcing \a name.
* Deletes the GeoNode connection with matching \a name.
*/
static void deleteConnection( const QString &name );

Expand Down

0 comments on commit 9a8adfc

Please sign in to comment.