typo in error message
authorSimon Marlow <marlowsd@gmail.com>
Wed, 16 Sep 2009 14:23:24 +0000 (14:23 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 16 Sep 2009 14:23:24 +0000 (14:23 +0000)
rts/eventlog/EventLog.c

index a972f4d..e5e71e6 100644 (file)
@@ -173,7 +173,7 @@ initEventLogging(void)
     
     /* Open event log file for writing. */
     if ((event_log_file = fopen(event_log_filename, "wb")) == NULL) {
-        sysErrorBelch("initEventLoggin: can't open %s", event_log_filename);
+        sysErrorBelch("initEventLogging: can't open %s", event_log_filename);
         stg_exit(EXIT_FAILURE);    
     }