more typo fix
This commit is contained in:
parent
e1279ce24e
commit
f9aa957083
1 changed files with 1 additions and 1 deletions
|
@ -952,7 +952,7 @@ var reset_FMGC = func {
|
||||||
FMGCInternal.phase = 0;
|
FMGCInternal.phase = 0;
|
||||||
fd1 = Input.fd1.getValue();
|
fd1 = Input.fd1.getValue();
|
||||||
fd2 = Input.fd2.getValue();
|
fd2 = Input.fd2.getValue();
|
||||||
spd = Input.spd.getValue();
|
spd = Input.kts.getValue();
|
||||||
hdg = Input.hdg.getValue();
|
hdg = Input.hdg.getValue();
|
||||||
alt = Input.alt.getValue();
|
alt = Input.alt.getValue();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue