[Libreoffice-commits] core.git: bin/lo-generate-source-tarball

2013-11-11 Thread Andras Timar
 bin/lo-generate-source-tarball |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 1e89fdea72b4fbca179d4bd51dda2d228e69713a
Author: Andras Timar 
Date:   Mon Nov 11 14:01:12 2013 +0100

typo fixes

Change-Id: I735005f2e311abf7b64cce6b67002fe6e0d60281

diff --git a/bin/lo-generate-source-tarball b/bin/lo-generate-source-tarball
index 06d5da4..18ba2d6 100755
--- a/bin/lo-generate-source-tarball
+++ b/bin/lo-generate-source-tarball
@@ -20,15 +20,15 @@ Usage: $0 [ --xz ] [ --bz2 ] [ --md5 ] [ 
--output-dir= ]
 
 --xz generate a package compressed with xz (default)
 --bz2generate a package compressed with bz2. Note if you specify
- both --cz and --bz2, both are created. if you specify neither
- --xz is impliied.
---md5generate a md5 signature for the generated pacakge(s)
+ both --cz and --bz2, both are created. If you specify neither
+ --xz is implied.
+--md5generate 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.
---versionversion string used to generate the name of the pacakge
- the source pacakge name is libreoffice-.tar.[bz2|xz]
+--versionversion string used to generate the name of the package
+ the source package name is libreoffice-.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
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: bin/lo-generate-source-tarball

2013-10-22 Thread Andras Timar
 bin/lo-generate-source-tarball |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a6043c20b1df3ed90341d9d079a16d385ccca4b
Author: Andras Timar 
Date:   Tue Oct 22 11:03:33 2013 +0200

typo: s/helcontent2/helpcontent2/

Change-Id: Ie3d94cef7570f943c1e07ef2a6b239df26be04bb

diff --git a/bin/lo-generate-source-tarball b/bin/lo-generate-source-tarball
index cbaace5..06d5da4 100755
--- a/bin/lo-generate-source-tarball
+++ b/bin/lo-generate-source-tarball
@@ -144,7 +144,7 @@ git archive --format=tar --prefix="${base_name?}" -o 
"${OUT_DIR}/${base_name}.ta
 
 
 concatenate_list=
-for module in dictionaries helcontent2 translations ; do
+for module in dictionaries helpcontent2 translations ; do
 if [ ! -f ${module?}/.git ] ; then
echo "Warning: module $module is not present" 1>&2
 else
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits