Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed Jun 12, 2017
1 parent 008cc79 commit 44c6560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsvectorlayereditbuffer.py
Expand Up @@ -94,7 +94,7 @@ def testAddFeatures(self):
self.assertFalse(layer.editBuffer().isFeatureAdded(1))
self.assertFalse(layer.editBuffer().isFeatureAdded(3))

# add a features with a multi line geometry of not toched lines =>
# add a features with a multi line geometry of not touched lines =>
# cannot be forced to be linestring
multiline = [
[QgsPoint(1, 1), QgsPoint(2, 2)],
Expand Down

0 comments on commit 44c6560

Please sign in to comment.