From 7bcb66baecc9bfbd9930552f984d0e9599ccb6ea Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 14 Nov 2017 11:53:02 +0100 Subject: Fix typos Change-Id: Id2f90d4798ded8f10ef559f434977870e2eab07a Reviewed-on: https://gerrit.libreoffice.org/44709 Tested-by: Jenkins Reviewed-by: Julien Nabet --- cli_ure/source/scripts/increment_version.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli_ure') diff --git a/cli_ure/source/scripts/increment_version.pl b/cli_ure/source/scripts/increment_version.pl index 85be523d9835..df0c677a8954 100644 --- a/cli_ure/source/scripts/increment_version.pl +++ b/cli_ure/source/scripts/increment_version.pl @@ -32,7 +32,7 @@ my $usage = "the respective policy files. This is only done if new uno types have been added since". "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". +"They must end on one of following terms: NEW_VERSION, OLD_VERSION, POLICY_VERSION\n". "If no new published types have been added then no output, argument newVersions, is written". "Usage is: \n increment_version.pl oldVersions incVersions newVersions changedTypes\n\n". "oldVersion: Contains name value pairs, which are used for forming the config files of ". -- cgit