From 06d246e3fd1c573b9e04d23ab3bc3c4036fb9859 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 25 May 2022 18:38:16 -0400 Subject: [PATCH] spelling: validates Change-type: patch Signed-off-by: Josh Soref --- lib/gui/modules/child-writer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/modules/child-writer.ts b/lib/gui/modules/child-writer.ts index 24630c77..c143b84c 100644 --- a/lib/gui/modules/child-writer.ts +++ b/lib/gui/modules/child-writer.ts @@ -108,7 +108,7 @@ export interface FlashResults extends WriteResult { } /** - * @summary writes the source to the destinations and valiates the writes + * @summary writes the source to the destinations and validates the writes * @param {SourceDestination} source - source * @param {SourceDestination[]} destinations - destinations * @param {Boolean} verify - whether to validate the writes or not