From 370f93c56a75a3f009a31fdce59b856a584b4c61 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 21 Oct 2019 10:27:41 -0400 Subject: [PATCH] toto => to --- scripts/zmfilter.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmfilter.pl.in b/scripts/zmfilter.pl.in index 5d3fb50bc..065cb7df2 100644 --- a/scripts/zmfilter.pl.in +++ b/scripts/zmfilter.pl.in @@ -531,7 +531,7 @@ sub uploadArchFile { Debug("Adding $imageFile"); my $member = $zip->addFile($imageFile); if ( !$member ) { - Error("Unable toto add image file $imageFile to zip archive $archLocPath"); + Error("Unable to add image file $imageFile to zip archive $archLocPath"); $archError = 1; last; }