From 2aa4e7c7af3a98535a4865fac2735cd027ab57fc Mon Sep 17 00:00:00 2001
From: MatyiFKBT <6183867+MatyiFKBT@users.noreply.github.com>
Date: Mon, 3 Nov 2025 17:09:51 +0100
Subject: [PATCH] Fix typo in PythonNetStubTool
---
csharp/PythonNetStubTool/Program.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/PythonNetStubTool/Program.cs b/csharp/PythonNetStubTool/Program.cs
index e4aa889..7736b15 100644
--- a/csharp/PythonNetStubTool/Program.cs
+++ b/csharp/PythonNetStubTool/Program.cs
@@ -9,7 +9,7 @@ static class Program
///
/// Path to save the subs to.
/// Path to search for referenced assemblies
- /// Target DLLsz
+ /// Target DLLs
static int Main(
DirectoryInfo destPath,
string targetDlls,