Skip to content

Commit e69e584

Browse files
committed
Fix some typos
1 parent e182909 commit e69e584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/util/lines_polys_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ def _line_to_pnts(gdf_lines, res, to_meters):
962962
LOGGER.warning(
963963
"%d lines with a length < 10*resolution were found. "
964964
"Each of these lines is disaggregate to one point. "
965-
"Reaggregatint values will thus likely lead to overestimattion. "
965+
"Reaggregating values will thus likely lead to overestimation. "
966966
"Consider chosing a smaller resolution or filter out the short lines. ",
967967
failing_res_check_count,
968968
)

0 commit comments

Comments
 (0)