Skip to content

Commit

Permalink
fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brtietz committed Oct 10, 2023
1 parent 0c4da87 commit 3e0685a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/lib_battery_powerflow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ void BatteryPowerFlow::calculateACConnected()
P_fuelcell_to_grid_ac = 0;
}

// Priliminary batt to grid for DC losses
// Preliminary batt to grid for DC losses
P_batt_to_grid_ac = P_battery_ac - P_system_loss_ac - P_batt_to_load_ac - P_batt_to_pv_inverter;

P_fuelcell_to_grid_ac = P_fuelcell_ac - P_fuelcell_to_load_ac;
Expand Down

0 comments on commit 3e0685a

Please sign in to comment.