summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/windows/directory.pm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/modules/installer/windows/directory.pm')
-rw-r--r--solenv/bin/modules/installer/windows/directory.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/directory.pm b/solenv/bin/modules/installer/windows/directory.pm
index 97e9e1c41e18..e4100fe8509e 100644
--- a/solenv/bin/modules/installer/windows/directory.pm
+++ b/solenv/bin/modules/installer/windows/directory.pm
@@ -117,7 +117,7 @@ sub make_short_dir_version
$shortstring =~ s/^\s*\_//;
# Setting unique ID to each directory
- # No counter allowed, process must be absolute reproducable due to patch creation process.
+ # No counter allowed, process must be absolute reproducible due to patch creation process.
# chomp(my $id = `echo $longstring_save | md5sum | sed -e "s/ .*//g"`); # Very, very slow
# my $subid = substr($id, 0, 9); # taking only the first 9 digits