toto => to
This commit is contained in:
parent
4261550678
commit
370f93c56a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue