Skip to content

Commit 30f8e11

Browse files
fix comment typo 'capital' instead of 'capitol'
1 parent 54f3bfe commit 30f8e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ def Calculate(self, model: Model) -> None:
26872687
else:
26882688
self.CCap.value = self.totalcapcost.value
26892689

2690-
# update the capitol costs, assuming the entire ITC is used to reduce the capitol costs
2690+
# update the capital costs, assuming the entire ITC is used to reduce the capital costs
26912691
if self.RITC.Provided:
26922692
self.RITCValue.value = self.RITC.value * self.CCap.value
26932693
self.CCap.value = self.CCap.value - self.RITCValue.value

0 commit comments

Comments
 (0)