Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Jun 7, 2024
1 parent 7b4ef95 commit a23028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/proc/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def loadAlgorithms(self) -> None:
self.addAlgorithm(ORSIsochronesLayerAlgo())
self.addAlgorithm(ORSIsochronesPointAlgo())
self.addAlgorithm(ORSMatrixAlgo())
self.addAlgorithm(ORSSnapLayelAlgo())
self.addAlgorithm(ORSSnapLayerAlgo())

@staticmethod
def icon() -> QIcon:
Expand Down

0 comments on commit a23028b

Please sign in to comment.