[ImageResizer]Fix comment typos (#28985)

Fixes simple typo/grammar error which otherwise could be read as height

It's easier to understand if it is spelled correctly. This is especially important for those for whom english may not be their first language.

Signed-off-by: brian teeman <brian@teeman.net>
This commit is contained in:
Brian Teeman
2023-10-04 11:05:06 +01:00
committed by GitHub
parent 98e2a62c21
commit 0f8a4ae6f4
2 changed files with 6 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ namespace ImageResizer.Extensions
/// Prints all metadata to debug console
/// </summary>
/// <remarks>
/// Intented for debug only!!!
/// Intended for debug only!!!
/// </remarks>
public static void PrintsAllMetadataToDebugOutput(this BitmapMetadata metadata)
{
@@ -205,7 +205,7 @@ namespace ImageResizer.Extensions
/// Iterates recursively through all metadata
/// </summary>
/// <remarks>
/// Intented for debug only!!!
/// Intended for debug only!!!
/// </remarks>
public static List<(string MetadataPath, object Value)> GetListOfMetadataForDebug(this BitmapMetadata metadata)
{