From 7445b58799ef2cf78ff335950d03fb05ddf65182 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 8 Dec 2023 05:00:19 +0000 Subject: [PATCH] Update tools/patch_c2.py --- tools/patch_c2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patch_c2.py b/tools/patch_c2.py index 3c7357d9..0e11af62 100644 --- a/tools/patch_c2.py +++ b/tools/patch_c2.py @@ -18,7 +18,7 @@ def main(): parser = argparse.ArgumentParser( allow_abbrev=False, - description="Path C2.EXE of Micrisoft Visual Studio 4.2.0 to disable C4786 warning", + description="Path C2.EXE of Microsoft Visual Studio 4.2.0 to disable C4786 warning", ) parser.add_argument("path", type=pathlib.Path, help="Path of C2.EXE") parser.add_argument(