Skip to content

Commit 7a2e6a4

Browse files
authoredJan 4, 2018
fix spelling
1 parent 5a3a0da commit 7a2e6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/grass7/ext/v_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def processInputs(alg, parameters, context):
3030
if 'input' in alg.exportedLayers:
3131
return
3232

33-
# We need to import teh vector with v.in.ogr
33+
# We need to import the vector with v.in.ogr
3434
# and we can use r.external for the raster
3535
alg.loadVectorLayerFromParameter('input', parameters, context, False)
3636
alg.loadRasterLayerFromParameter('raster', parameters, context, True)

0 commit comments

Comments
 (0)
Please sign in to comment.