Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed Sep 26, 2017
1 parent 027a715 commit 278a88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsvectordataprovider.sip
Expand Up @@ -391,7 +391,7 @@ class QgsVectorDataProvider : QgsDataProvider
void pushError( const QString& msg );

/** \brief Converts the geometry to the provider type if possible / necessary
* this is the list of possibile modifications:
* this is the list of possible modifications:
* - convert compoundcurve to circularstring
* (possible if compoundcurve consists of one circular string)
* - convert to multitype if necessary
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectordataprovider.h
Expand Up @@ -469,7 +469,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
QgsAttrPalIndexNameHash mAttrPalIndexName;

/** \brief Converts the geometry to the provider type if possible / necessary
* this is the list of possibile modifications:
* this is the list of possible modifications:
* - convert compoundcurve to circularstring
* (possible if compoundcurve consists of one circular string)
* - convert to multitype if necessary
Expand Down

0 comments on commit 278a88c

Please sign in to comment.