Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
[cRuntime] fix typo
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #2464
  • Loading branch information
Willi Braun authored and OpenModelica-Hudson committed May 24, 2018
1 parent e80e927 commit 0f7ec31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/stateset.c
Expand Up @@ -315,7 +315,7 @@ void printStateSelectionInfo(DATA *data, STATE_SET_DATA *set)
infoStreamPrint(LOG_DSS, 1, "Select %ld states from %ld candidates.", set->nStates, set->nCandidates);
for(k=0; k < set->nCandidates; k++)
{
infoStreamPrint(LOG_DSS, 0, "[%ld] cadidate %s", k+1, set->statescandidates[k]->name);
infoStreamPrint(LOG_DSS, 0, "[%ld] candidate %s", k+1, set->statescandidates[k]->name);
}
messageClose(LOG_DSS);

Expand Down

0 comments on commit 0f7ec31

Please sign in to comment.