diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 17:56:40 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 07:42:39 +0000 |
commit | 6fab286b2a213575e3b1ccd0eddb00c8b242af00 (patch) | |
tree | 390e09b20192f829524e9975ba4b36ca47cb2975 /cli_ure/source | |
parent | ba48819e9f01466b4048528f5aded766a5f11e8a (diff) |
Fix typos
Change-Id: I4f16ba5fc32cbfd6a5b01e495f3ad905da193524
Reviewed-on: https://gerrit.libreoffice.org/34808
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/scripts/increment_version.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli_ure/source/scripts/increment_version.pl b/cli_ure/source/scripts/increment_version.pl index d8606d63a16f..ad371e4aaa3c 100644 --- a/cli_ure/source/scripts/increment_version.pl +++ b/cli_ure/source/scripts/increment_version.pl @@ -30,7 +30,7 @@ sub incrementPolicyVersion($); my $usage = "The tool increments the minor version of assemblies and the major version of ". "the respective policy files. This is only done if new uno types have been added since". -"the last product upate. This information is obtained from the file which is passed as ". +"the last product update. This information is obtained from the file which is passed as ". "argument changedTypes. The names in the version file must have a particular form. ". "They must end on one of folling terms: NEW_VERSION, OLD_VERSION, POLICY_VERSION\n". "If no new published types have been added then no output, argument newVersions, is written". |