diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
commit | e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch) | |
tree | 89eeb4275f134a589f5a6fe9be392a40fd86d4ee /bin | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-pack-sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources index 6a68e714372e..2bd9d84a5b48 100755 --- a/bin/lo-pack-sources +++ b/bin/lo-pack-sources @@ -528,7 +528,7 @@ if (@pieces > 1 && $is_lo_build_dir == 0 ) { die "Error: \"$source_dir\" is not a valid libreoffice-core directory\n"; } -# just a single piece tarball can be generated from piece directory; version must be explicitely set in this case +# just a single piece tarball can be generated from piece directory; version must be explicitly set in this case if (@pieces == 1 && $is_lo_build_dir == 0 && ! defined $set_version ) { die "Error: version must be set using the --set-version=<version> option\n" unless (defined $set_version); } |