diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-10-10 14:11:21 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-10-10 14:55:12 +0200 |
commit | c1a7e72110e48fa5d7ca38af2d36505b647a11e4 (patch) | |
tree | bc34304b5d1f3af5656581ba995270545a2905c2 /solenv/bin | |
parent | 8541943b8d08f62217e99c9d47a5f222e1fba86e (diff) |
typo: follwing -> following
Change-Id: Ia201473c84dc0923e8f4bee6329ad926cd6addd6
Diffstat (limited to 'solenv/bin')
-rw-r--r-- | solenv/bin/modules/installer/windows/file.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/file.pm b/solenv/bin/modules/installer/windows/file.pm index ce345927d999..457b31ac0d71 100644 --- a/solenv/bin/modules/installer/windows/file.pm +++ b/solenv/bin/modules/installer/windows/file.pm @@ -621,7 +621,7 @@ sub get_sequence_for_file # my $sequence = $number + 1; # Idea: Each component is packed into a cab file. - # This requires that all files in one cab file have sequences directly follwing each other, + # This requires that all files in one cab file have sequences directly following each other, # for instance from 1456 to 1466. Then in the media table the LastSequence for this cab file # is 1466. # Because all files belonging to one component are directly behind each other in the file |