Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'ProcessingGrassFixExt' of https://github.com/medspx/qgis
…into ProcessingGrassFixExt
  • Loading branch information
Médéric RIBREUX committed Jan 7, 2018
2 parents 0f1cb25 + 7a2e6a4 commit 7120937
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 7120937

Please sign in to comment.