]> git.pond.sub.org Git - empserver/commitdiff
Fix spelling of symbol PLN_AIRBURST in plane_flags[]
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 Feb 2008 18:54:41 +0000 (19:54 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 Feb 2008 18:54:41 +0000 (19:54 +0100)
src/lib/global/symbol.c

index c1410dc3ed175715d7ceb8cdb162c2e71ab0cbb5..44adc8f84c39b9df8765b2622fe899621098debd 100644 (file)
@@ -225,7 +225,7 @@ struct symbol plane_chr_flags[] = {
 struct symbol plane_flags[] = {
     {PLN_LAUNCHED, "launched"},
     {PLN_SYNCHRONOUS, "synchronous"},
 struct symbol plane_flags[] = {
     {PLN_LAUNCHED, "launched"},
     {PLN_SYNCHRONOUS, "synchronous"},
-    {PLN_AIRBURST, "airbust"},
+    {PLN_AIRBURST, "airburst"},
     {0, NULL}
 };
 
     {0, NULL}
 };