summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-11-11 14:01:12 +0100
committerAndras Timar <andras.timar@collabora.com>2013-11-12 08:42:14 +0100
commitad3850e4c27dfc250e2f2e798b3775c0436e6e43 (patch)
tree3d8d079164a63e426f7add7092438e00c7b406f6 /bin
parent6bf233b1f0ba1121b6203d189c0604f3d4219686 (diff)
typo fixes
Change-Id: I735005f2e311abf7b64cce6b67002fe6e0d60281
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lo-generate-source-tarball14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/lo-generate-source-tarball b/bin/lo-generate-source-tarball
index cbaace550d3d..31d6f8e9e0a3 100755
--- a/bin/lo-generate-source-tarball
+++ b/bin/lo-generate-source-tarball
@@ -20,15 +20,15 @@ Usage: $0 [ --xz ] [ --bz2 ] [ --md5 ] [ --output-dir=<output location> ]
--xz generate a package compressed with xz (default)
--bz2 generate a package compressed with bz2. Note if you specify
- both --cz and --bz2, both are created. if you specify neither
- --xz is impliied.
- --md5 generate a md5 signature for the generated pacakge(s)
+ both --cz and --bz2, both are created. If you specify neither
+ --xz is implied.
+ --md5 generate a md5 signature for the generated package(s)
--output-dir where to put the generated packages
--core-dir location of the core repo to extract sources from.
- by default this is one directory up from the position
+ By default this is one directory up from the position
of this script.
- --version version string used to generate the name of the pacakge
- the source pacakge name is libreoffice-<version>.tar.[bz2|xz]
+ --version version string used to generate the name of the package
+ the source package name is libreoffice-<version>.tar.[bz2|xz]
EOF
}
@@ -99,7 +99,7 @@ done
# we need a label
if [ -z "${LABEL}" ] ; then
- echo "Missing argument. we need a git label as source" 1>&2
+ echo "Missing argument. We need a git label as source" 1>&2
exit 1
fi