fix typo in atis
This commit is contained in:
parent
f48abe0c72
commit
ec55e74a41
2 changed files with 6 additions and 6 deletions
|
@ -31,13 +31,13 @@
|
|||
<token>rwy-to</token>
|
||||
</equals>
|
||||
<then>
|
||||
<text> take off and landing ruway </text>
|
||||
<text> take off and landing runway </text>
|
||||
<token>rwy-land</token>
|
||||
</then>
|
||||
<else>
|
||||
<text> landing ruway </text>
|
||||
<text> landing runway </text>
|
||||
<token>rwy-land</token>
|
||||
<text> and take off ruway </text>
|
||||
<text> and take off runway </text>
|
||||
<token>rwy-to</token>
|
||||
</else>
|
||||
</if>
|
||||
|
|
|
@ -33,13 +33,13 @@
|
|||
<token>rwy-to</token>
|
||||
</equals>
|
||||
<then>
|
||||
<text> landing and departing ruway </text>
|
||||
<text> landing and departing runway </text>
|
||||
<token>rwy-land</token>
|
||||
</then>
|
||||
<else>
|
||||
<text> landing ruway </text>
|
||||
<text> landing runway </text>
|
||||
<token>rwy-land</token>
|
||||
<text> and departing ruway </text>
|
||||
<text> and departing runway </text>
|
||||
<token>rwy-to</token>
|
||||
</else>
|
||||
</if>
|
||||
|
|
Loading…
Add table
Reference in a new issue