From 6fab286b2a213575e3b1ccd0eddb00c8b242af00 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 17:56:40 +0100 Subject: Fix typos Change-Id: I4f16ba5fc32cbfd6a5b01e495f3ad905da193524 Reviewed-on: https://gerrit.libreoffice.org/34808 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- cli_ure/source/scripts/increment_version.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli_ure/source') 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". -- cgit