From d96f26a6a9519f1bc9ff32b13e8ac97e943ae510 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sun, 20 Jun 2021 10:33:07 +0100 Subject: [PATCH] Update src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs Co-authored-by: Brian Popow <38701097+brianpopow@users.noreply.github.com> --- .../Processors/Quantization/EuclideanPixelMap{TPixel}.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs b/src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs index 947bd70dce..b82ce71bbd 100644 --- a/src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs +++ b/src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs @@ -194,7 +194,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Quantization } /// - /// Clears the cahe resetting each entry to empty. + /// Clears the cache resetting each entry to empty. /// [MethodImpl(InliningOptions.ShortMethod)] public void Clear() => this.table.GetSpan().Fill(-1);