Skip to content

Commit f765adf

Browse files
committed
1 parent 5dcebbf commit f765adf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

PowerSystems/AC3ph/Ports.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ annotation (Placement(transformation(
944944
Documentation(
945945
info="<html>
946946
<p><b>Structurally incomplete model</b>. Use only as component within appropriate complete model.<br>
947-
Regularised version of Y_Delta. To be used, if device is fed accross an inductive component implying a differentiable current.</p>
947+
Regularised version of Y_Delta. To be used, if device is fed across an inductive component implying a differentiable current.</p>
948948
<p>More info see Topology.Y and Topology.Delta.</p>
949949
</html>
950950
"),

PowerSystems/Basic/Math.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Should be modified (domains with boundaries).</p>
459459
extends PowerSystems.Basic.Icons.Function;
460460

461461
input Real t "relative time";
462-
input Real t_char "charcteristic time";
462+
input Real t_char "characteristic time";
463463
input Real beta(min=2) "power of exponent";
464464
output Real[2] y "relaxation function {decreasing, increasing}";
465465
protected
@@ -508,7 +508,7 @@ i.e. for negative t y takes its asymptotic values.</p>
508508
</html>"));
509509
end taylor;
510510

511-
function sign_gtlt "Charcteristic function abs(x)>b"
511+
function sign_gtlt "Characteristic function abs(x)>b"
512512
extends PowerSystems.Basic.Icons.Function;
513513

514514
input Real[:] x "argument";

PowerSystems/Basic/Types.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ package Types
166166
"<html>
167167
<p><pre>
168168
sys: source has system frequency
169-
par: system or source has paramter frequency
169+
par: system or source has parameter frequency
170170
sig: system or source has signal frequency
171171
ave: system has averaged frequency (over involved generators)
172172
</pre></p>

0 commit comments

Comments
 (0)