toto => to

This commit is contained in:
Isaac Connor 2019-10-21 10:27:41 -04:00
parent 4261550678
commit 370f93c56a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}