Skip to content

Commit

Permalink
[processing] fix typo in ogrinfo process
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Jun 12, 2015
1 parent 06229c2 commit 64e43f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/ogrinfo.py
Expand Up @@ -48,7 +48,7 @@ def defineCharacteristics(self):
self.addOutput(OutputHTML(self.OUTPUT, self.tr('Layer information')))

def getConsoleCommands(self):
arguments = ["orginfo"]
arguments = ["ogrinfo"]
arguments.append('-al')
arguments.append('-so')
layer = self.getParameterValue(self.INPUT)
Expand Down

0 comments on commit 64e43f8

Please sign in to comment.