File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ def __init_subclass__(cls,
241
241
)
242
242
name = cls .__name__
243
243
if hasattr (bst , 'units' ) and hasattr (bst , 'wastewater' ) and hasattr (bst , 'facilities' ):
244
- # Add 3rd party unit to biosteam module for convinience
244
+ # Add 3rd party unit to biosteam module for convenience
245
245
if name not in bst .units .__dict__ :
246
246
bst .units .__dict__ [name ] = cls
247
247
if name not in bst .__dict__ :
@@ -741,7 +741,7 @@ def add_heat_utility(self,
741
741
Utility agent to use. Defaults to a suitable agent from
742
742
predefined heating/cooling utility agents.
743
743
heat_transfer_efficiency :
744
- Enforced fraction of heat transfered from utility (due
744
+ Enforced fraction of heat transferred from utility (due
745
745
to losses to environment).
746
746
hxn_ok :
747
747
Whether heat utility can be satisfied within a heat exchanger network.
You can’t perform that action at this time.
0 commit comments