Skip to content

Commit 0c2bdf7

Browse files
Fix spelling.
Co-authored-by: Hans Olsson <[email protected]>
1 parent 9e9bb2a commit 0c2bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica/Mechanics/Translational/Examples/SignConvention.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ the two other examples).
8484
plots = {
8585
Plot(
8686
curves = {
87-
Curve(y = mass1.a, legend = "Accelleration of mass1"),
87+
Curve(y = mass1.a, legend = "Acceleration of mass1"),
8888
Curve(y = mass1.s, legend = "Position of mass1"),
8989
Curve(y = mass1.v, legend = "Velocity of mass1")
9090
}

0 commit comments

Comments
 (0)