diff --git a/src/Magick.NET.Core/Types/IMagickGeometry.cs b/src/Magick.NET.Core/Types/IMagickGeometry.cs index 399dcaddd3..81561eae13 100644 --- a/src/Magick.NET.Core/Types/IMagickGeometry.cs +++ b/src/Magick.NET.Core/Types/IMagickGeometry.cs @@ -66,7 +66,7 @@ public interface IMagickGeometry : IEquatable, IComparable - /// Initializes the geometry using the sepcified value. + /// Initializes the geometry using the specified value. /// /// The X offset from origin. /// The Y offset from origin. diff --git a/src/Magick.NET/Types/MagickGeometry.cs b/src/Magick.NET/Types/MagickGeometry.cs index 6675e0c3e7..a23e9b0f93 100644 --- a/src/Magick.NET/Types/MagickGeometry.cs +++ b/src/Magick.NET/Types/MagickGeometry.cs @@ -313,7 +313,7 @@ public override int GetHashCode() } /// - /// Initializes the geometry using the sepcified value. + /// Initializes the geometry using the specified value. /// /// The X offset from origin. /// The Y offset from origin.