Skip to content

Commit a273529

Browse files
Misspelled "Delineations" part 2 #527
1 parent aa1b823 commit a273529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QRiS/qris_map_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def build_pour_point_map_layer(self, pour_point: PourPoint):
232232

233233
project_group = self.get_group_layer(self.project.map_guid, PROJECT_MACHINE_CODE, self.project.name, None, True)
234234
context_group_layer = self.get_group_layer(self.project.map_guid, CONTEXT_MACHINE_CODE, 'Context', project_group, True)
235-
catchment_deliniation_group_layer = self.get_group_layer(self.project.map_guid, CATCHMENTS_MACHINE_CODE, 'Catchment Deliniations', context_group_layer, True)
235+
catchment_deliniation_group_layer = self.get_group_layer(self.project.map_guid, CATCHMENTS_MACHINE_CODE, 'Catchment Delineations', context_group_layer, True)
236236
pour_point_group_layer = self.get_group_layer(self.project.map_guid, pour_point, pour_point.name, catchment_deliniation_group_layer, True)
237237

238238
# Create a layer from the pour point

0 commit comments

Comments
 (0)