diff --git a/LibationWinForms/BookLiberation/ProcessorAutomationController.cs b/LibationWinForms/BookLiberation/ProcessorAutomationController.cs
index 736de469..f30618ae 100644
--- a/LibationWinForms/BookLiberation/ProcessorAutomationController.cs
+++ b/LibationWinForms/BookLiberation/ProcessorAutomationController.cs
@@ -135,11 +135,11 @@ namespace LibationWinForms.BookLiberation
///
/// Create a new and links it to a new .
///
- /// The derrived type to create.
- /// The derrived Form to create on , Show on , Close on , and Dispose on
+ /// The derived type to create.
+ /// The derived Form to create on , Show on , Close on , and Dispose on
/// The logger
/// An additional event handler to handle
- /// A new of type
+ /// A new of type
private static TProcessable CreateProcessable(LogMe logMe, EventHandler completedAction = null)
where TForm : LiberationBaseForm, new()
where TProcessable : IProcessable, new()
diff --git a/LibationWinForms/MessageBoxWarnIfVerboseLogging.cs b/LibationWinForms/MessageBoxWarnIfVerboseLogging.cs
index 5e0462bc..0f47ef3c 100644
--- a/LibationWinForms/MessageBoxWarnIfVerboseLogging.cs
+++ b/LibationWinForms/MessageBoxWarnIfVerboseLogging.cs
@@ -17,7 +17,7 @@ Warning: verbose logging is enabled.
This should be used for debugging only. It creates many
more logs and debug files, neither of which are as
-strictly anonomous.
+strictly anonymous.
When you are finished debugging, it's highly recommended
to set your debug MinimumLevel to Information and restart
diff --git a/LibationWinForms/ProductsGrid.cs b/LibationWinForms/ProductsGrid.cs
index 4afe1f64..330e7ef1 100644
--- a/LibationWinForms/ProductsGrid.cs
+++ b/LibationWinForms/ProductsGrid.cs
@@ -21,7 +21,7 @@ namespace LibationWinForms
// AudibleDTO
// GridEntry
// - go to Design view
- // - click on Data Sources > ProductItem. drowdown: DataGridView
+ // - click on Data Sources > ProductItem. dropdown: DataGridView
// - drag/drop ProductItem on design surface
// AS OF AUGUST 2021 THIS DOES NOT WORK IN VS2019 WITH .NET-5 PROJECTS