From: Markus Armbruster Date: Sun, 17 Feb 2008 18:54:41 +0000 (+0100) Subject: Fix spelling of symbol PLN_AIRBURST in plane_flags[] X-Git-Tag: v4.3.12~168 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=00bb086d2a04902dc528faf52f984f09aa52a491 Fix spelling of symbol PLN_AIRBURST in plane_flags[] --- diff --git a/src/lib/global/symbol.c b/src/lib/global/symbol.c index c1410dc3e..44adc8f84 100644 --- a/src/lib/global/symbol.c +++ b/src/lib/global/symbol.c @@ -225,7 +225,7 @@ struct symbol plane_chr_flags[] = { struct symbol plane_flags[] = { {PLN_LAUNCHED, "launched"}, {PLN_SYNCHRONOUS, "synchronous"}, - {PLN_AIRBURST, "airbust"}, + {PLN_AIRBURST, "airburst"}, {0, NULL} };