Minor: Fixed typo

This commit is contained in:
2024-01-22 15:44:13 +01:00
parent b43fa274bd
commit 179d3348b9
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ QList<int> CALCULATE_LIBRARY_API get_time_steps(Configuration *cfg) {
return calculator.GetTimeSteps(cfg);
}
int CALCULATE_LIBRARY_API get_minimum_parkingtime(Configuration *cfg) {
int CALCULATE_LIBRARY_API get_minimal_parkingtime(Configuration *cfg) {
// get_time_steps() possibly re-computes pop_min_time: see
// calculator.GetTimeSteps()
get_time_steps(cfg);