Skip to content

Commit ca12188

Browse files
committed
[LinearizationResult] spelling fix
1 parent f0f9b28 commit ca12188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OMPython/ModelicaSystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __getitem__(self, index: int):
112112

113113
class ModelicaSystemCmd:
114114
"""
115-
Execute a simulation by running the comiled model.
115+
Execute a simulation by running the compiled model.
116116
"""
117117

118118
def __init__(self, runpath: pathlib.Path, modelname: str, timeout: Optional[int] = None) -> None:

0 commit comments

Comments
 (0)