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
+}