Skip to content

Commit d0229bc

Browse files
committed
Make aspell happy.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16171 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent b1d1b13 commit d0229bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Util/Error.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ public constant Message RECURSION_DEPTH_WARNING = MESSAGE(532, TRANSLATION(), ER
654654
public constant Message RECURSION_DEPTH_DERIVED = MESSAGE(533, TRANSLATION(), ERROR(),
655655
Util.gettext("The maximum recursion depth was reached when instantiating a derived class. Current class %s in scope %s."));
656656
public constant Message EVAL_EXTERNAL_OBJECT_CONSTRUCTOR = MESSAGE(534, TRANSLATION(), ERROR(),
657-
Util.gettext("OpenModelica requires that all external objects input arguments are possible to evaluate before initialization in order to avoid odd runtime failures, but %s is a variable."));
657+
Util.gettext("OpenModelica requires that all external objects input arguments are possible to evaluate before initialization in order to avoid odd run-time failures, but %s is a variable."));
658658

659659
public constant Message MATCH_SHADOWING = MESSAGE(5001, TRANSLATION(), ERROR(),
660660
Util.gettext("Local variable '%s' shadows another variable."));

0 commit comments

Comments
 (0)