diff --git a/ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs b/ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs index a46a0478e..e4d43cf4b 100644 --- a/ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs +++ b/ICSharpCode.Decompiler/CSharp/Resolver/TypeInference.cs @@ -994,7 +994,7 @@ namespace ICSharpCode.Decompiler.CSharp.Resolver } #endregion - #region Finding the best common type of a set of expresssions + #region Finding the best common type of a set of expressions /// /// Gets the best common type (C# spec draft-v11: ยง12.6.3.17) of a set of expressions. ///