Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 4, 2018
1 parent 5a3a0da commit 7a2e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/grass7/ext/v_sample.py
Expand Up @@ -30,7 +30,7 @@ def processInputs(alg, parameters, context):
if 'input' in alg.exportedLayers:
return

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

0 comments on commit 7a2e6a4

Please sign in to comment.