Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed Sep 4, 2020
1 parent 11a8bfa commit 2603c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsvectorlayereditutils.sip.in
Expand Up @@ -293,7 +293,7 @@ editing.

:return: 1 in case of error

:return: 2 in case vertex allready exists or point does not intersect segment
:return: 2 in case vertex already exists or point does not intersect segment

.. versionadded:: 3.16
%End
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayereditutils.h
Expand Up @@ -252,7 +252,7 @@ class CORE_EXPORT QgsVectorLayerEditUtils
* editing.
* \return 0 in case of success
* \return 1 in case of error
* \return 2 in case vertex allready exists or point does not intersect segment
* \return 2 in case vertex already exists or point does not intersect segment
* \since QGIS 3.16
*/
int addTopologicalPoints( const QgsPointSequence &ps );
Expand Down

0 comments on commit 2603c72

Please sign in to comment.