hedgewars/hwengine.pas
changeset 14860 259840ca77e3
parent 14808 9443dc6663ba
child 14896 63357ed39886
--- a/hedgewars/hwengine.pas	Tue Apr 30 09:36:13 2019 -0400
+++ b/hedgewars/hwengine.pas	Tue Apr 30 17:00:23 2019 +0200
@@ -663,7 +663,7 @@
     init(argc, argv);
 {$ENDIF}
 {$IFNDEF PAS2C}
-    // Custom procedure for unhandled exceptions; ExceptProc is used by sysutils module
+    // Custom procedure for unhandled exceptions; ExceptProc is used by SysUtils module
     ExceptProc:= @catchUnhandledException;
 {$ENDIF}