spelling: maximum

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2020-10-30 14:41:27 -04:00
parent 6c0efef967
commit c2114d8e3b

View File

@@ -31,7 +31,7 @@ namespace Microsoft.PowerToys.ThumbnailHandler.Svg
public IStream Stream { get; private set; }
/// <summary>
/// The maxium dimension (width or height) thumbnail we will generate.
/// The maximum dimension (width or height) thumbnail we will generate.
/// </summary>
private const uint MaxThumbnailSize = 10000;