summaryrefslogtreecommitdiff
path: root/download-translations
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2009-04-04 21:06:28 +0300
committerFelipe Contreras <felipe.contreras@gmail.com>2009-04-04 21:13:35 +0300
commitb3941ea131db2d85d339a6bcf500a58bd63df0d5 (patch)
tree345aa7d29bdfb6104787599e8c1c004a261a5955 /download-translations
parentd0ea89e0ec3d8742c3247098ab550578c3fe2b9c (diff)
downloadgstreamer-common-b3941ea131db2d85d339a6bcf500a58bd63df0d5.tar.gz
Whitespace cleanups
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'download-translations')
-rwxr-xr-xdownload-translations2
1 files changed, 1 insertions, 1 deletions
diff --git a/download-translations b/download-translations
index 0c48997..bb71c31 100755
--- a/download-translations
+++ b/download-translations
@@ -66,7 +66,7 @@ do
if wget -q -nc -O $PO_FILENAME $PO_URL; then
if [ -f "po/$d.po" ]; then
# ./po/foo.po exists, so let's check if ours matches the latest from the
- # translation project website
+ # translation project website
if diff $PO_FILENAME "po/$d.po" >/dev/null; then
echo "$d.po: up-to-date"
rm -f $PO_FILENAME