diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-24 10:26:55 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-24 03:10:14 +0000 |
commit | 79497f458727a0dea983847fe9d3873bf9c2e972 (patch) | |
tree | 101c672a5320254b05cdfb75cacb48ae8730d04e /solenv | |
parent | c2850bab4f7e5700151a18d806268f2b86a25d56 (diff) |
Fix typo in comments: absolut -> absolute
Change-Id: I8aab9004001a9a2ddd54b4c73857b6f9c5b51515
Reviewed-on: https://gerrit.libreoffice.org/33486
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/control.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm index 6d95e0671a17..7670535715ea 100644 --- a/solenv/bin/modules/installer/control.pm +++ b/solenv/bin/modules/installer/control.pm @@ -127,7 +127,7 @@ sub check_system_path else { installer::logger::print_message( "\tFound: $$fileref\n" ); - # Saving the absolut path for msitran.exe. This is required for the determination of the checksum. + # Saving the absolute path for msitran.exe. This is required for the determination of the checksum. if ( $onefile eq "msitran.exe" ) { $installer::globals::msitranpath = $$fileref; } } } |