From c3c45ff7efcd8b22be64af410befbfa5cc330f6f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jun 2015 18:29:22 +0200 Subject: Fix typos Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins Reviewed-by: Noel Grandin --- bin/lo-pack-sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/lo-pack-sources') diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources index 3571638cc45f..fdaf6da6cb62 100755 --- a/bin/lo-pack-sources +++ b/bin/lo-pack-sources @@ -244,7 +244,7 @@ sub check_if_file_exists($$) if (defined $force) { print "Warning: $file already exists and will be replaced!\n"; } else { - die "Error: $file alrady exists.\n". + die "Error: $file already exists.\n". " Use --force if you want to replace it.\n"; } } -- cgit