summaryrefslogtreecommitdiff
path: root/bin/lo-pack-sources
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lo-pack-sources')
-rwxr-xr-xbin/lo-pack-sources2
1 files changed, 1 insertions, 1 deletions
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";
}
}