Skip to content

Commit 7b1f9ee

Browse files
committed
fix typo
1 parent 21f1aab commit 7b1f9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/lidar/lastools/lasduplicate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def defineCharacteristics(self):
4949
self.addParameter(ParameterBoolean(lasduplicate.SINGLE_RETURNS,
5050
self.tr("mark surviving duplicate as single return"), False))
5151
self.addParameter(ParameterFile(lasduplicate.RECORD_REMOVED,
52-
self.tr("record removed duplictates to LAS/LAZ file")))
52+
self.tr("record removed duplicates to LAS/LAZ file")))
5353
self.addParametersPointOutputGUI()
5454
self.addParametersAdditionalGUI()
5555

0 commit comments

Comments
 (0)