Skip to content

Commit

Permalink
typo: Update (I)MagickGeometry.cs (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gounlaf committed Sep 26, 2023
1 parent f3ecc5d commit df3c8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Magick.NET.Core/Types/IMagickGeometry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public interface IMagickGeometry : IEquatable<IMagickGeometry?>, IComparable<IMa
int Y { get; set; }

/// <summary>
/// Initializes the geometry using the sepcified value.
/// Initializes the geometry using the specified value.
/// </summary>
/// <param name="x">The X offset from origin.</param>
/// <param name="y">The Y offset from origin.</param>
Expand Down
2 changes: 1 addition & 1 deletion src/Magick.NET/Types/MagickGeometry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public override int GetHashCode()
}

/// <summary>
/// Initializes the geometry using the sepcified value.
/// Initializes the geometry using the specified value.
/// </summary>
/// <param name="x">The X offset from origin.</param>
/// <param name="y">The Y offset from origin.</param>
Expand Down

0 comments on commit df3c8de

Please sign in to comment.