From 84b5b03b0cf097d172617596d05f8acd0793f25e Mon Sep 17 00:00:00 2001 From: Gergely Pilisi Date: Tue, 19 Apr 2016 15:31:30 +0200 Subject: [PATCH] Corrected typo in ttcn3_archive.pl Signed-off-by: Gergely Pilisi --- etc/scripts/ttcn3_archive.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/scripts/ttcn3_archive.pl b/etc/scripts/ttcn3_archive.pl index bdf6e7b..aef646b 100755 --- a/etc/scripts/ttcn3_archive.pl +++ b/etc/scripts/ttcn3_archive.pl @@ -34,7 +34,7 @@ if (-l $tpd) #get the path if it is a symlink my $root = getPathToRootDir(\@list); # get the workspace directory of the OS chomp ($root); chdir ($root) or die "cannot change: $!\n"; -my $cutstring = cwd; # this is string generated from the the absolut path to the workspace +my $cutstring = cwd; # this is string generated from the the absolute path to the workspace my $archiveDir = getArchiveDir(\@list); #directory to place the archive $archiveDir = $home . "/" . $archiveDir; chomp ($archiveDir); -- 2.34.1