diff --git a/SWIG/Doc/Manual/CSharp.html b/SWIG/Doc/Manual/CSharp.html
index bac6f7417..32132dbab 100644
--- a/SWIG/Doc/Manual/CSharp.html
+++ b/SWIG/Doc/Manual/CSharp.html
@@ -137,7 +137,7 @@ Visual Studio .NET 2003 solution and project files are available for compiling w
If your SWIG installation went well on a Unix environment and your C# compiler was detected, you should be able to type make in each example directory,
then ilrun runme (Portable.NET C# compiler) or mono runme (Mono C# compiler) to run the examples.
Windows users can also get the examples working using a
-Cygwin or MinGW environment for automatic configuration of the example makefiles.
+Cygwin or MinGW environment for automatic configuration of the example makefiles.
Any one of the three C# compilers (Portable.NET, Mono or Microsoft) can be detected from within a Cygwin or Mingw environment if installed in your path.