From 269a81a2c53226195c9097bfe333b433dc51ca7d Mon Sep 17 00:00:00 2001 From: MikhailB <36865467+lKolabrodl@users.noreply.github.com> Date: Sun, 30 Aug 2026 06:05:05 +0300 Subject: [PATCH] Fix compiler README spelling --- src/executables/IronPython.Compiler/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/executables/IronPython.Compiler/README.md b/src/executables/IronPython.Compiler/README.md index b25d92298..3385f57f4 100644 --- a/src/executables/IronPython.Compiler/README.md +++ b/src/executables/IronPython.Compiler/README.md @@ -5,7 +5,7 @@ Usage: ipyc.exe [options] file [file ...] Options: - /out:output_file Output file name (default is main_file.) + /out:output_file Output file name (default is main_file.) /target:dll Compile only into dll. Default @@ -44,7 +44,7 @@ EXE/WinEXE specific options: /sta Set STAThreadAttribute on Main instead of MTAThreadAttribute, only valid for /target:exe - /errfmt:msg A string that will be used when showing an error occured, {{0}} will be replaced by the exception message + /errfmt:msg A string that will be used when showing an error occurred, {{0}} will be replaced by the exception message /win32icon:file.ico Sets file.ico as the icon for the executable