From a30059769efaee6884629785572200dcc22213bc Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Wed, 16 Jul 2025 00:29:08 +0200 Subject: [PATCH] Fix comment typos in DrawableContainerList --- src/Greenshot.Editor/Drawing/DrawableContainerList.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Greenshot.Editor/Drawing/DrawableContainerList.cs b/src/Greenshot.Editor/Drawing/DrawableContainerList.cs index ef30c037f..fdd688882 100644 --- a/src/Greenshot.Editor/Drawing/DrawableContainerList.cs +++ b/src/Greenshot.Editor/Drawing/DrawableContainerList.cs @@ -208,7 +208,7 @@ namespace Greenshot.Editor.Drawing } /// - /// Indicates whether on of the elements is clickable at the given location + /// Indicates whether one of the elements is clickable at the given location /// /// x coordinate to be checked /// y coordinate to be checked @@ -315,7 +315,7 @@ namespace Greenshot.Editor.Drawing } /// - /// Triggers all elements in the list ot be redrawn. + /// Triggers all elements in the list to be redrawn. /// /// the to the bitmap related Graphics object /// Bitmap to draw @@ -762,7 +762,7 @@ namespace Greenshot.Editor.Drawing _disposedValue = true; } - // This code added to correctly implement the disposable pattern. + // This code was added to correctly implement the disposable pattern. public void Dispose() { // Do not change this code. Put cleanup code in Dispose(bool disposing) above. @@ -781,4 +781,4 @@ namespace Greenshot.Editor.Drawing } } } -} \ No newline at end of file +}