Skip to content

Commit

Permalink
[processing] fix typo in the parameter name (refs #18013)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 1, 2018
1 parent b49f05f commit 6c398ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/GridInvDist.py
Expand Up @@ -106,7 +106,7 @@ def getConsoleCommands(self):

params = 'invdist'
params += ':power=%s' % self.getParameterValue(self.POWER)
params += ':smothing=%s' % self.getParameterValue(self.SMOTHING)
params += ':smoothing=%s' % self.getParameterValue(self.SMOTHING)
params += ':radius1=%s' % self.getParameterValue(self.RADIUS_1)
params += ':radius2=%s' % self.getParameterValue(self.RADIUS_2)
params += ':angle=%s' % self.getParameterValue(self.ANGLE)
Expand Down

0 comments on commit 6c398ca

Please sign in to comment.