@@ -193,9 +193,9 @@ static const struct {
193
193
/* ; 27 */ { "NS" , "Park/Picnic area" },
194
194
/* < 28 */ { "NT" , "ADVISORY (one WX flag)" },
195
195
/* = 29 */ { "NU" , "APRStt Touchtone (DTMF users)" },
196
- /* > 30 */ { "NV" , "OVERLAYED CAR" },
196
+ /* > 30 */ { "NV" , "OVERLAID CAR" },
197
197
/* ? 31 */ { "NW" , "INFO Kiosk (Blue box with ?)" },
198
- /* @ 32 */ { "NX" , "HURICANE /Trop-Storm" },
198
+ /* @ 32 */ { "NX" , "HURRICANE /Trop-Storm" },
199
199
/* A 33 */ { "AA" , "overlayBOX DTMF & RFID & XO" },
200
200
/* B 34 */ { "AB" , "Blwng Snow (& future codes)" },
201
201
/* C 35 */ { "AC" , "Coast Guard" },
@@ -205,7 +205,7 @@ static const struct {
205
205
/* G 39 */ { "AG" , "Snow Shwr (& future ovrlys)" },
206
206
/* H 40 */ { "AH" , "Haze (& Overlay Hazards)" },
207
207
/* I 41 */ { "AI" , "Rain Shower" },
208
- /* J 42 */ { "AJ" , "Lightening (& future ovrlys)" },
208
+ /* J 42 */ { "AJ" , "Lightning (& future ovrlys)" },
209
209
/* K 43 */ { "AK" , "Kenwood HT (W)" },
210
210
/* L 44 */ { "AL" , "Lighthouse" },
211
211
/* M 45 */ { "AM" , "MARS (A=Army,N=Navy,F=AF)" },
@@ -248,12 +248,12 @@ static const struct {
248
248
/* r 82 */ { "SR" , "Restrooms" },
249
249
/* s 83 */ { "SS" , "OVERLAY SHIP/boat (top view)" },
250
250
/* t 84 */ { "ST" , "Tornado" },
251
- /* u 85 */ { "SU" , "OVERLAYED TRUCK" },
252
- /* v 86 */ { "SV" , "OVERLAYED Van" },
251
+ /* u 85 */ { "SU" , "OVERLAID TRUCK" },
252
+ /* v 86 */ { "SV" , "OVERLAID Van" },
253
253
/* w 87 */ { "SW" , "Flooding" },
254
254
/* x 88 */ { "SX" , "Wreck or Obstruction ->X<-" },
255
255
/* y 89 */ { "SY" , "Skywarn" },
256
- /* z 90 */ { "SZ" , "OVERLAYED Shelter" },
256
+ /* z 90 */ { "SZ" , "OVERLAID Shelter" },
257
257
/* { 91 */ { "Q1" , "Fog (& future ovrly codes)" },
258
258
/* | 92 */ { "Q2" , "TNC Stream Switch" },
259
259
/* } 93 */ { "Q3" , "" },
@@ -298,7 +298,7 @@ static const char *search_locations[] = {
298
298
* Description: The primary and alternate symbol tables are constant
299
299
* so they are hardcoded.
300
300
* However the "new" sysmbols, which give new meanings to
301
- * overlayed symbols, are always evolving.
301
+ * OVERLAID symbols, are always evolving.
302
302
* For maximum flexibility, we will read the
303
303
* data file at run time rather than compiling it in.
304
304
*
@@ -386,7 +386,7 @@ void symbols_init (void)
386
386
387
387
text_color_set (DW_COLOR_ERROR );
388
388
dw_printf ("Warning: Could not open 'symbols-new.txt'.\n" );
389
- dw_printf ("The \"new\" overlayed character information will not be available.\n" );
389
+ dw_printf ("The \"new\" OVERLAID character information will not be available.\n" );
390
390
391
391
new_sym_size = 1 ;
392
392
new_sym_ptr = calloc (new_sym_size , sizeof (new_sym_t )); /* Don't try again. */
0 commit comments