Fixed typo master
authorRobert Pengelly <robertapengelly@hotmail.com>
Mon, 13 Oct 2025 01:24:52 +0000 (02:24 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Mon, 13 Oct 2025 01:24:52 +0000 (02:24 +0100)
pe.c

diff --git a/pe.c b/pe.c
index bff2767ff130358a9299aec516be4b76eb1546cb..ecf5748d79b1148e9c1ad459aeba2f5bcb532dca 100644 (file)
--- a/pe.c
+++ b/pe.c
@@ -847,7 +847,7 @@ static unsigned long write_data (FILE *outfile, void *data, unsigned long data_s
 
     if (fwrite (data, data_size, 1, outfile) != 1) {
     
 
     if (fwrite (data, data_size, 1, outfile) != 1) {
     
-        report_at (program_name, 0, REPORT_ERROR, "failed whist writing data to '%s'", output_implib_filename);
+        report_at (program_name, 0, REPORT_ERROR, "failed whilst writing data to '%s'", output_implib_filename);
         return 0;
     
     }
         return 0;
     
     }