DEADSOFTWARE

Engine/Log: Fix typo
authorbinarymaster <x86corez@gmail.com>
Mon, 20 Jun 2016 16:35:40 +0000 (19:35 +0300)
committerbinarymaster <x86corez@gmail.com>
Mon, 20 Jun 2016 16:35:40 +0000 (19:35 +0300)
src/engine/e_log.pas

index f3dab4ea4156e53f2fa32cb5c5b089bed822c2ea..75b325e8ccbc397ed289fa3e39684035a0e7d40b 100644 (file)
@@ -69,7 +69,7 @@ begin
   begin
     case RecordCategory of
       MSG_FATALERROR: write('FATAL: ');
-      MSG_WARNING: write('WARNINIG: ');
+      MSG_WARNING: write('WARNING: ');
     end;
     writeln(TextLine);
   end;